Computer Science, asked by miscacc2215, 1 year ago

What will be output after executing following code?

#include # define a 10 void main() { printf("%d..", a); foo(); printf("%d", a); } void foo() { #undef a #define a 50 }
A.10..50
B.10..10
C.0
D.Error

Answers

Answered by pkparmeetkaur
1
B) is the answer mate
Answered by afruja70
0
Help mate

here's your answer

¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Option B ✔✔

¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Hope it helps you
Similar questions