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

Answer Posted / mani

4 5 5

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

There seem to be a few missing operators ..

621


What is unary operator?

662


What is the meaning of && in c?

554


Can two or more operators such as and be combined in a single line of program code?

813


What are the uses of null pointers?

596






What is the full form of getch?

587


What are the two forms of #include directive?

646


What is the process to generate random numbers in c programming language?

616


How will you find a duplicate number in a array without negating the nos ?

1650


What is strcmp in c?

604


What is c preprocessor mean?

797


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

656


Discuss the function of conditional operator, size of operator and comma operator with examples.

682


Explain bitwise shift operators?

634


What does %d do?

729