int main()
{
int i=-1,j=-1;k=0,l=2,m;
m=i++&&j++&&k++||l++;
printf("%d%d%d%d%d",i,j,k,l,m);
}
Answer Posted / devika
2,2,1,3,1
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why dont c comments nest?
Tell me about low level programming languages.
What is dynamic dispatch in c++?
What is putchar() function?
Explain the difference between strcpy() and memcpy() function?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is maximum size of array in c?
How can you draw circles in C?
Here is a good puzzle: how do you write a program which produces its own source code as output?
find out largest elemant of diagonalmatrix
Write a program on swapping (100, 50)
How is a null pointer different from a dangling pointer?
Which programming language is best for getting job 2020?
How can you access memory located at a certain address?
explain what is an endless loop?