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

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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