Computer Science, asked by subha143dwt, 2 months ago

. 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 imraazfaraah96
0

Answer:

the answer is option b : 1 ,1 ,1

Similar questions