A
Q. What is the output of this program?
Code:
#include <stdio.h>
# define scanf "%s Find best course "
main()
{
printf(scanf, scanf);
return 0;
}
# define scanf "%s Find best course "
main()
{
printf(scanf, scanf);
return 0;
}
- Correct Answer - Option(A)
- Views: 14
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.