πŸ“Š C Programming
Q. What will be the output of the following statements ?
Code:
int i = 3;
printf(“%d%d”,i,i++);
  • (A) 33
  • (B) 34
  • (C) 43
  • (D) 44
πŸ’¬ Discuss
βœ… Correct Answer: (C) 43

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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