#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 / a.sivasankar
i=0,j=1,k=3,m=0,n=0
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
In c language can we compile a program without main() function?
What is the value of uninitialized variable in c?
Do you know the use of fflush() function?
How many keywords are there in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Can we change the value of constant variable in c?
Is calloc better than malloc?
Explain can you assign a different address to an array tag?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
How can I split up a string into whitespace-separated fields?
How do you convert strings to numbers in C?
What is the difference between formatted&unformatted i/o functions?
Explain how do you view the path?
What is a char in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me