#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 / santhoshrpai
1,1,2,0,1
| Is This Answer Correct ? | 41 Yes | 10 No |
Post New Answer View All Answers
What are types of structure?
Explain how do you convert strings to numbers in c?
pierrot's divisor program using c or c++ code
What is oops c?
Is int a keyword in c?
How does struct work in c?
What is volatile, register definition in C
What is bash c?
What is a null string in c?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
How can I get random integers in a certain range?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What's a good way to check for "close enough" floating-point equality?
Dont ansi function prototypes render lint obsolete?
What is dynamic dispatch in c++?