what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}
Answer Posted / richa
3,2,2
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the 4 data types?
Do you know what are the properties of union in c?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
regarding pointers concept
How can I avoid the abort, retry, fail messages?
What is a volatile keyword in c?
What is c mainly used for?
What is the maximum length of an identifier?
what are non standard function in c
When should structures be passed by values or by references?
What is line in c preprocessor?
Dont ansi function prototypes render lint obsolete?
What is the difference between arrays and pointers?
What is meant by realloc()?
Explain what are run-time errors?