Question: Comment each C statement in C programs and write the output.1.void main(){ int i=75;switch(i/10){ case 6: printf(D);case 8: printf(B);case 9: printf(A);default: printf(Error);}}2.main (){ int m[5]={1,3,5,7,9}

Comment each C statement in C programs and write the output.1.void main(){ int i=75;switch(i/10){ case 6: printf("D");case 8: printf("B");case 9: printf("A");default: printf("Error");}}2.main (){ int m[5]={1,3,5,7,9} int x, y=0; for(x=0, x

 Comment each C statement in C programs and write the output.1.void

\f

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!