main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}

Answer Posted / cholan

55545

Is This Answer Correct ?    0 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between class and object in c?

783


What does a pointer variable always consist of?

841


What is the translation phases used in c language?

803


Explain how can I right-justify a string?

778


What are types of structure?

791






Why does this code crash?

804


What is the difference between declaring a variable and defining a variable?

901


what is ur strangth & weekness

2009


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

796


What is #define used for in c?

783


Why do we use c for the speed of light?

784


What is the condition that is applied with ?: Operator?

840


How can I get the current date or time of day in a c program?

896


What is methods in c?

802


Can i use “int” data type to store the value 32768? Why?

945