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

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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