MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of this C code? void main() { int x; } here x is? |
| A. | automatic variable |
| B. | static variable |
| C. | global variable |
| D. | register variable |
| Answer» B. static variable | |