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
What is the difference between class and object in c?
What does a pointer variable always consist of?
What is the translation phases used in c language?
Explain how can I right-justify a string?
What are types of structure?
Why does this code crash?
What is the difference between declaring a variable and defining a variable?
what is ur strangth & weekness
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is #define used for in c?
Why do we use c for the speed of light?
What is the condition that is applied with ?: Operator?
How can I get the current date or time of day in a c program?
What is methods in c?
Can i use “int” data type to store the value 32768? Why?