πŸ“Š C Programming
Q. What is the Error of this program?
Code:
#include <stdio.h>
#define CONDITION(x) 
printf("letsfindcourse");                         
int main()
{
  CONDITION(0);
  return 0;
}
  • (A) letsfindcourse
  • (B) Runtime error
  • (C) Compilation error
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) Compilation error

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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