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 / jane
00131
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What do you mean by keywords in c?
What does c mean?
What is pointers in c with example?
Explain what is the difference between functions abs() and fabs()?
What is difference between arrays and pointers?
Why flag is used in c?
Explain the term printf() and scanf() used in c language?
What is meant by type casting?
Which one would you prefer - a macro or a function?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
All technical questions
What is the difference between text files and binary files?
how can f be used for both float and double arguments in printf? Are not they different types?
Where is volatile variable stored?
Suggesting that there can be 62 seconds in a minute?