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

What is structure data type in c?

715


Explain how to reverse singly link list.

780


What is define c?

746


Is c++ based on c?

812


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

2795






What is the maximum length of an identifier?

850


Can you think of a logic behind the game minesweeper.

2178


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

840


How does normalization of huge pointer works?

842


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1678


What 'lex' does?

905


Explain what is the difference between text files and binary files?

820


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

819


What is gets() function?

833


What is a pointer in c plus plus?

868