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

Answer Posted / nunaram murmu

542

Is This Answer Correct ?    0 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

1603


What is C language ?

1533


Why & is used in c?

724


what will be maximum number of comparisons when number of elements are given?

1413


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

1747






What are the similarities between c and c++?

605


How can I remove the leading spaces from a string?

640


Explain can the sizeof operator be used to tell the size of an array passed to a function?

601


Function calling procedures? and their differences? Why should one go for Call by Reference?

639


What is c system32 taskhostw exe?

598


What is the difference between arrays and pointers?

638


writ a program to compare using strcmp VIVA and viva with its output.

1530


Explain the properties of union. What is the size of a union variable

721


Can you define which header file to include at compile time?

593


What is the right type to use for boolean values in c? Is there a standard type?

570