A

Admin • 833K Points
Coach

Q. What is the output of C program?

Code:
#include <stdio.h>
// Assume base address of "GeeksQuiz" to be 1000
int main()
{
printf(5 + "GeeksQuiz");
return 0;
}
  • (A) GeeksQuiz
  • (B) Quiz
  • (C) 1005
  • (D) Compile-time error
  • Correct Answer - Option(B)
  • Views: 21
  • 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.