

MCQOPTIONS
Saved Bookmarks
1. |
What will be the n in the following C code? |
A. | static variable |
B. | global variable |
C. | automatic variable |
D. | register variable |
E. | None of these |
Answer» D. register variable | |