main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}
Answer Posted / vara
4 5 5 and garbagevalue
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
what value is returned to operating system after program execution?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What are the key features in c programming language?
What is the difference between union and structure in c?
How can I list all of the predefined identifiers?
What are the scope of static variables?
Is c call by value?
Which function in C can be used to append a string to another string?
Combinations of fibanocci prime series
What is static and auto variables in c?
What oops means?
What are qualifiers?
What is the best way to store flag values in a program?
Explain the binary height balanced tree?
Place the #include statement must be written in the program?