C - Operators - Discussion

You Are Here :: Home > C > Operators - Discussion

 



Q.

What will be the value of `a` after the following code is executed

#define square(x) x*x
a = square(2+3)

A. 25 B. 13
C. 11 D. 10

Answer: Option A
Explaination:

 


No Explanation



Discussion

Your Comments Goes here...
NameDiscussion