20. main()
{
int i=5;
printf("%d%d%d%d%d%d",i++,i--,++i,--i,i);
}
Answer:??????
Answer Posted / ashok kumar
45545
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what is the difference between class and unio?
How can you restore a redirected standard stream?
What are local variables c?
What does a function declared as pascal do differently?
Is c is a high level language?
what are # pragma staments?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
can anyone suggest some site name..where i can get some good data structure puzzles???
How do you do dynamic memory allocation in C applications?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is the purpose of void in c?
Is flag a keyword in c?
In a byte, what is the maximum decimal number that you can accommodate?
How can I read and write comma-delimited text?
Explain what is the general form of a c program?