πŸ“Š C Programming
Q. What is the output of this program?
Code:
#include <stdio.h>
#define int char
main()
{
  int i=50;
  printf ("sizeof (i) =%d", sizeof (i));
}
  • (A) 1
  • (B) 2
  • (C) 4
  • (D) 8
πŸ’¬ Discuss
βœ… Correct Answer: (A) 1

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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