<=Back
The following is a C program. Use it to answer the question that follows:
#include<stdio.h<
int main(){
int x,y,z;
x=3,y=9,z=5;
(x<=y)?12:9;
z=x%y;
return 0;
}
Using a trace table, show the values of x, y and z for the program executions.
 Viewed: 259 times
Share in: