1.

Comment on the output of this C code?

A. Output will be 0
B. Output will be 20
C. Output will be a garbage value
D. Compile time error due to redeclaration of static variable
Answer» B. Output will be 20


Discussion

No Comment Found