void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Answer Posted / nunaram murmu
542
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What does the c preprocessor do?
how can use subset in c program and give more example
What is use of #include in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
show how link list can be used to repersent the following polynomial i) 5x+2
What is pointer to pointer in c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How can I list all of the predefined identifiers?
what are the facialities provided by you after the selection of the student.
What is c++ used for today?
What is the difference between void main and main in c?
which type of aspect you want from the student.
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What does c in a circle mean?
Can we add pointers together?