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
Write a c program to demonstrate character and string constants?
Explain argument and its types.
What are the header files used in c language?
What is hashing in c?
What library is sizeof in c?
What is the full form of getch?
What language is lisp written in?
Where does the name "C" come from, anyway?
What are keywords in c with examples?
What is an lvalue in c?
Does free set pointer to null?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What are the advantages of c language?
What is the advantage of a random access file?
How can a process change an environment variable in its caller?