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

Answer Posted / nitin

13 11 13

Is This Answer Correct ?    69 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I find the modification date of a file?

705


What is the difference between strcpy() and memcpy() function in c programming?

626


How can you check to see whether a symbol is defined?

592


Differentiate between static and dynamic modeling.

620


what is the different bitween abap and abap-hr?

1742






What is multidimensional arrays

632


What are the differences between Structures and Arrays?

609


What is data structure in c and its types?

596


What are the 4 types of functions?

573


Differentiate between the = symbol and == symbol?

715


Tell me when is a void pointer used?

648


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3056


Explain the difference between ++u and u++?

640


Write a Program to accept different goods with the number, price and date of purchase and display them

5449


What is c basic?

600