main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}
Answer Posted / san
13,11,11
| Is This Answer Correct ? | 106 Yes | 63 No |
Post New Answer View All Answers
What is the value of uninitialized variable in c?
What are the advantages of union?
What are the __date__ and __time__ preprocessor commands?
When should structures be passed by values or by references?
What is logical error?
Explain what are compound statements?
Why clrscr is used after variable declaration?
What is methods in c?
What is atoi and atof in c?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What language is lisp written in?
What does do in c?
Is a house a shell structure?
Describe the steps to insert data into a singly linked list.
How many keywords are there in c?