Q. What is the output of this program?

Code:
#include <stdio.h>
# define scanf  "%s Find best course "
main()
{
   printf(scanf, scanf);
   return 0;
}
  • (A) %s Find best course Find best course
  • (B) %s Find best course %s Find best course
  • (C) Invalid Syntex
  • (D) Run time error
πŸ’¬ Discuss
βœ… Correct Answer: (A) %s Find best course Find best course

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
192
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
92%
Success Rate