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

Answer Posted / rajjak khan

131113

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does c have enums?

586


Explain heap and queue.

571


What is an endless loop?

788


Is c easy to learn?

548


What is the meaning of 2d in c?

592






Why pointers are used in c?

575


How can I convert a number to a string?

594


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1581


What is a struct c#?

590


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1723


Write a program to implement queue.

645


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

1413


What does %c do in c?

571


What is an auto variable in c?

736


What is the difference between arrays and pointers?

617