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 is bubble sort technique in c?
How do we declare variables in c?
what do the 'c' and 'v' in argc and argv stand for?
What are header files in c programming?
What is the best way of making my program efficient?
Where local variables are stored in c?
Which is better between malloc and calloc?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Why is c so important?
Can main () be called recursively?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What are the parts of c program?
Explain how do you list a file’s date and time?
Why main is not a keyword in c?
How will you write a code for accessing the length of an array without assigning it to another variable?