What is the output of this c code? #include void main() { static int i; printf("i is %d", i); }
a.0
b.1
c.garbage value
d.run time error?
Answers
Answered by
1
I dont know asnwer bro sorry
Similar questions