

MCQOPTIONS
Saved Bookmarks
1. |
int i = 5; is a statement in a C program. |
A. | during execution, value of i may change but not its address |
B. | during execution both the address and value may change |
C. | repeated execution may result in different addresses for i |
D. | i may not have an associated address |
Answer» D. i may not have an associated address | |