. What is the output of the following program fragment is……………………..
int i;
i=1;
i=2;
i=3;
printf(“%d %d %d”,i,i,i);
a) 1,2,3
b) 1,1,1
c) 2,2,2
d) 3,3,3
Answers
Answered by
0
Answer:
the answer is option b : 1 ,1 ,1
Similar questions