Question: What is the output of the C program shown below when the user enters the following data as input? 30 20-10 5 -15 #include

What is the output of the C program shown below when the user enters the following data as input? 30 20-10 5 -15 #include int main(void) { int a, b, x=0, y=0; for (a=1; a
Step by Step Solution
3.36 Rating (152 Votes )
There are 3 Steps involved in it
the output of the first program is considering the first for loop starts from a1 read the first value that is 30 a2 not equal to 1 then else condition ... View full answer
Get step-by-step solutions from verified subject matter experts
