#include <stdio.h> #define square(x) x*x int main() { int i=(28/square(4)); printf("%d",i); return 0; } | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

#include <stdio.h> #define square(x) x*x int main() { int i=(28/square(4)); printf("%d",i); return 0; }

Why the answer is 28?

1st Sep 2020, 10:42 AM
Rohit Ahuja
Rohit Ahuja - avatar
1 Antwort
+ 1
Thnx
1st Sep 2020, 10:54 AM
Rohit Ahuja
Rohit Ahuja - avatar