A
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 = square(2+3)
- Correct Answer - Option(B)
- Views: 28
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.