MCQOPTIONS
Saved Bookmarks
| 1. |
Choose the valid statement |
| A. | All variables are initialized to 0 after declaration |
| B. | Only local and static variables have junk values |
| C. | Static and global variables are automatically initialized to zero at the time of declaration |
| D. | All automatic variables are initialized to zero |
| Answer» D. All automatic variables are initialized to zero | |