#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 / boopathi
0,1,2,o,o
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
Explain what’s a signal? Explain what do I use signals for?
What is action and transformation in spark?
What is null pointer constant?
What is the benefit of using an enum rather than a #define constant?
Why do we use main function?
Why is c fast?
What are the modifiers available in c programming language?
p*=(++q)++*--p when p=q=1 while(q<=6)
What is include directive in c?
How #define works?
What is void main ()?
What is actual argument?
Why c language?
What does p mean in physics?
Why does not c have an exponentiation operator?