#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?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment