Q. What is the output of this program?
Code:#include <stdio.h>
# define scanf "%s Find best course "
main()
{
printf(scanf, scanf);
return 0;
}
β
Correct Answer: (A)
%s Find best course Find best course