πŸ“Š C Programming
Q. What will be the output of the following statements ?
Code:
int x[4] = {1,2,3}; printf(“%d %d %D”,x[3],x[2],x[1]);
  • (A) 321
  • (B) 032
  • (C) 000
  • (D) 03%D
πŸ’¬ Discuss
βœ… Correct Answer: (B) 032

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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