Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Output?
#include <stdio.h># define scanf "%s Geeks Quiz "int main(){ printf(scanf, scanf); return 0;}
#include <stdio.h>
# define scanf "%s Geeks Quiz "
int main()
{
printf(scanf, scanf);
return 0;
}
%s Geeks Quiz
Compiler Error
Geeks Quiz
%s Geeks Quiz Geeks Quiz
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!