void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Answer Posted / anush
442
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is non linear data structure in c?
What is use of null pointer in c?
What are the back slash character constants or escape sequence charactersavailable in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Explain what is #line used for?
What is the most efficient way to count the number of bits which are set in an integer?
What is the equivalent code of the following statement in WHILE LOOP format?
What is difference between && and & in c?
Write a program that accept anumber in words
Is that possible to store 32768 in an int data type variable?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Explain what is the general form of a c program?
What are the benefits of organizational structure?
ATM machine and railway reservation class/object diagram
What are data structures in c and how to use them?