Computer Science, asked by ikballaskar349, 3 months ago

What will be the output of the
following program segment ?
main()
int x=3, y=5;
if(x==3)
printf("\n%d",x);
else:
printf("\n%d",y);
}​

Answers

Answered by adityasheoran135
1

Answer:

2

Explanation:

2 will be output this I have executed and told

mark brainliest

Similar questions