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
1
B) is the answer mate
Answered by
0
Help mate
here's your answer
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Option B ✔✔
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Hope it helps you
here's your answer
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Option B ✔✔
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Hope it helps you
Similar questions
Hindi,
7 months ago
English,
7 months ago
Science,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Hindi,
1 year ago
English,
1 year ago