what will be the output of the following code ?#include <studio.h>
int main(){int x=1,y=2;if(--x&&--y)printf("x=%d y=%d",x,y);else printf("%d %d",x,y);}
Answers
Answered by
0
Answer:
you would better ask this question in computer section
....
Similar questions
Math,
4 months ago
Math,
8 months ago
Science,
8 months ago
Accountancy,
1 year ago
Biology,
1 year ago