Q:

Find out the Output int main() { int B B = 10 printf("%d", B) return 0 }

0

Find out the Output

int main() { int B; B = 10; printf("%d", B); return 0; }


  1. register
  2. static
  3. auto
  4. const

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

auto

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now