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


Please Help Members By Posting Answers For Below Questions

How to throw some light on the b tree?

794


What are the string functions? List some string functions available in c.

779


What is an auto keyword in c?

842


Are pointers integers in c?

786


What are the advantages of using Unions?

823






Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

822


What is wrong with this program statement? void = 10;

998


When should structures be passed by values or by references?

793


what is the significance of static storage class specifier?

1889


Explain what is a pragma?

770


Can you please explain the difference between strcpy() and memcpy() function?

795


How do you print only part of a string?

763


What is the best style for code layout in c?

812


What is meant by preprocessor in c?

715


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.. :(

1966