What will be the output of the following program?
d)
sive Questions
Answers
ow basic and compound assignment
ne functions of the following operato
output
ional operators bo
cal operators
2 1=3
#include <stdio.h>
void main(void)
1
int x,y,z1,z2,23,24;
x=17;
y=5;
z1=x/y;
printf("\nz1=%d",z1);
z2=x%y;
printf("\nz2=%d",z2);
z3=++;
printf("\nz3=%d",z3);
z4=y++;
printf("\nz4=%d",z4);
Z 2-2
ditional operators
ogram that reads three num
ogram that reads the length
rogram that reads the leng
rogram that reads temper
2 3 =18
241=5
reen.
7+5*23+4)
7 + 5*
7 +35
Answers
Answered by
0
Answer:
please elaborate your question
Similar questions