+ 3

Why the output of this code is 9?

https://code.sololearn.com/cFliu1dBcK7f/?ref=app

13th Aug 2019, 6:08 AM
Pratham Mishra
Pratham Mishra - avatar
2 odpowiedzi
+ 6
try the following #define square(x) (x)*(x) C literally substitutes text so right now it says 4+1*4+1 = 9
13th Aug 2019, 7:13 AM
Brave Tea
Brave Tea - avatar
17th Aug 2019, 10:34 AM
praddyumna durge
praddyumna durge - avatar