Click to follow our Afritutor YouTube Channel, subscribe and click notifications and get updates on new learning videos
<=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: 312 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!
Share in: