πŸ“Š C Programming
Q. What will be the value of `a` after the following code is executed?
Code:
define square(x) x*x
a = square(2+3)
  • (A) 10
  • (B) 11
  • (C) 13
  • (D) 25
πŸ’¬ Discuss
βœ… Correct Answer: (B) 11

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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