void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}

Answer Posted / swetha

232

Is This Answer Correct ?    8 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do character constants represent numerical values?

848


Do you know the difference between malloc() and calloc() function?

618


When should the volatile modifier be used?

689


What is the code in while loop that returns the output of given code?

1343


What is p in text message?

544






program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1631


What is the difference between ++a and a++?

701


How can I run c program?

694


What is the difference between typedef struct and struct?

604


Describe dynamic data structure in c programming language?

610


What is a nested formula?

610


What are operators in c?

588


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

4511


Why double pointer is used in c?

573


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7416