Gopal

Gopal

  • NA
  • 135
  • 13.7k

Why does this print 0 even when i is neither a global variable nor a s

Mar 9 2021 5:46 AM
int i; Printf("%d\n", i); Why does this print 0 even when i is neither a global variable nor a static int ? Also if I increment before printing, it prints 1

Answers (2)