#include<stdio.h>
int main()
{ int i=0,j=1,k=2,m,n=0;
m=i++&&j++&&k++||n++;
printf("%d,%d,%d,%d,%d",i,j,k,m,n);
}
Answer Posted / deepshree sinha
i=1,j=2,k=3,m=0,n=1
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
where are auto variables stored? What are the characteristics of an auto variable?
Is boolean a datatype in c?
State the difference between x3 and x[3].
When should the const modifier be used?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is the best organizational structure?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is an array? What the different types of arrays in c?
What is function and its example?
What is sizeof int in c?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Subtract Two Number Without Using Subtraction Operator
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is a void pointer in c?
the question is that what you have been doing all these periods (one year gap)