Q. What will be the output of the following C co #include

Code:
<stdio.h>
        int main()
        {
            printf("Hello World! %d \n", x);
            return 0;
        }
  • (A) Hello World! x;
  • (B) Hello World! followed by a junk value
  • (C) Compile time error
  • (D) Hello World!
πŸ’¬ Discuss
βœ… Correct Answer: (C) Compile time error

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
234
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Deepak Sahoo
Publisher
πŸ“ˆ
93%
Success Rate