Multiple choice Find the output of the following C program: main(){int x=10,y=10,z=5,i;i=x} 1 0 Error 5 None of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation 10<10 returns 0, <5 returns 1.