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

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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