main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}
Answer Posted / pranu
655
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is c token?
What is #include conio h?
Which node is more powerful and can handle local information processing or graphics processing?
Is it better to use a macro or a function?
Is swift based on c?
How can a program be made to print the line number where an error occurs?
What is wild pointer in c with example?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What are the disadvantages of a shell structure?
What’s the special use of UNIONS?
Is there any data type in c with variable size?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
How to write a multi-statement macro?
What are the types of type specifiers?
What is the meaning of typedef struct in c?