

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