Answer to Question #256811 in C for Vishnu

Question #256811
#include<stdio.h> int main() { int x=5,y,z; y=x=15; z=x<15; printf("x=%d y=%d z=%d\n",x,y,z); return 0; }
1
Expert's answer
2021-10-27T00:48:09-0400
#include<stdio.h> 
int main() { 
    int x=5,y,z; 
    y=x=15; 
    z=x<15; 
    printf("x=%d y=%d z=%d\n",x,y,z); 
    return 0;
}


//Output:
//x=15 y=15 z=0

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS