+ 1
Can anyone give explanation to this question
#define x 10+5 int a; a=x*x; Printf("%d",a);
1 Resposta
+ 1
See my answer here: https://www.sololearn.com/Discuss/1627077/?ref=app
It's basically the same question.
#define x 10+5 int a; a=x*x; Printf("%d",a);