Question: For the following C program statements, assume the declarations: unsigned char C; int I; float X; In each instance, what is the output? a. C

For the following C program statements, assume the declarations: unsigned char C; int I; float X; In each instance, what is the output? a. C = 5; while(C!=0)printf("%d",C--); b. I = 10; do if(I%2)printf("ODD"); while (I==); c. for(C=-2; C<0;++C) printf ("%d " , C ) ; d. for ( C = ' A ' ; C<= ' Z ' ; ++C) printf ( " % C " , C ) ; e. for ( X = 0 ; X==O;) printf (" % f " , X++) ;

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 Databases Questions!