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


Please Help Members By Posting Answers For Below Questions

Why C language is a procedural language?

625


What is a buffer in c?

578


What is main return c?

522


What is #include stdio h?

689


What is #include cctype?

582






When is a null pointer used?

644


Why does everyone say not to use scanf? What should I use instead?

682


What is the purpose of sprintf?

625


What is equivalent to ++i+++j?

646


How is pointer initialized in c?

589


What is enumerated data type in c?

631


How pointers are declared?

565


What is the right type to use for boolean values in c?

589


How do you use a pointer to a function?

637


What are runtime error?

633