πŸ“Š C Programming
Q. What will be the output?
Code:
#include <stdio.h>
    int main()
    {
        int main = 5;
        printf("%d", main);
        return 0;
    }
  • (A) run-time error
  • (B) experience infinite looping
  • (C) run without any error and prints 5
  • (D) compile-time error
πŸ’¬ Discuss
βœ… Correct Answer: (C) run without any error and prints 5

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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