C Programming MCQ

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 : C

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.