Q. What will be the value of `a` after the following code is executed?
Code:
define square(x) x*x a = square(2+3)
β
Correct Answer: (B)
11
define square(x) x*x a = square(2+3)
You must be Logged in to update hint/solution