what is the output of the following program?
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 / abhradeep chatterjee
0 0 1 3 1
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a free-standing and a hosted environment?
cavium networks written test pattern ..
What is wild pointer in c?
Explain how does free() know explain how much memory to release?
What is a shell structure examples?
Tell me the use of bit field in c language?
Distinguish between actual and formal arguments.
What is null in c?
Is c language still used?
Can true be a variable name in c?
Explain the difference between null pointer and void pointer.
What are the advantages of using Unions?
What is c language used for?
what is the function of pragma directive in c?
How do you override a defined macro?