πŸ“Š C Programming
Q. What is the output of this program?
Code:
#include <stdio.h>
int main()
{
	printf("variable! %d", x);
    return 0;
}
  • (A) variable!
  • (B) variable! x
  • (C) Compile time error
  • (D) variable! followed by a junk value
πŸ’¬ Discuss
βœ… Correct Answer: (C) Compile time error

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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