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

Answer Posted / vimal kumar sharma

442

Is This Answer Correct ?    19 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

692


How do you define a string?

662


What are types of functions?

571


Is Exception handling possible in c language?

1588


Explain what are reserved words?

639






What is c programing language?

621


What is %g in c?

629


What is time null in c?

588


what are the advantages of a macro over a function?

650


What functions are in conio h?

665


What is the use of void pointer and null pointer in c language?

635


What is the auto keyword good for?

631


what is the function of pragma directive in c?

632


what are non standard function in c

1443


Why we use int main and void main?

543