main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}
Answer Posted / thaslima
11,10,11
Is This Answer Correct ? | 6 Yes | 33 No |
Post New Answer View All Answers
How to throw some light on the b tree?
What are the string functions? List some string functions available in c.
What is an auto keyword in c?
Are pointers integers in c?
What are the advantages of using Unions?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is wrong with this program statement? void = 10;
When should structures be passed by values or by references?
what is the significance of static storage class specifier?
Explain what is a pragma?
Can you please explain the difference between strcpy() and memcpy() function?
How do you print only part of a string?
What is the best style for code layout in c?
What is meant by preprocessor in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(