A

Admin • 833K Points
Coach

Q. Which statement is true about the given code ?

Code:
#include <stdio.h>
int main()
{
printf("%d", main);
return 0;
}
  • (A) Goes in infinite loop
  • (B) Gives Address of function main.
  • (C) Gives garbage value
  • (D) Compilation Error
  • Correct Answer - Option(B)
  • Views: 15
  • Filed under category C Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.