main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}
Answer Posted / cholan
55545
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
how to create duplicate link list using C???
How do I copy files?
What is "Hungarian Notation"?
Write a program to reverse a given number in c?
How can I direct output to the printer?
Why do we use & in c?
How can you pass an array to a function by value?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
what do you mean by enumeration constant?
Can 'this' pointer by used in the constructor?
What is scope rule in c?
How do I read the arrow keys? What about function keys?
write an algorithm to display a square matrix.
What does node * mean?
What is volatile variable in c?