Question:Consider the following code:
#define SQ(a) (a*a)
int  answer = SQ(2 + 3);
What will be the value of answer after the above code executes? 

A 10 

B 11 

C 12 

D 13 

+ Answer
+ Report
Total Preview: 3140

Copyright © 2024. Powered by Intellect Software Ltd