what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}

Answer Posted / richa

3,2,2

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Under what circumstances does a name clash occur?

697


Explain what is the benefit of using an enum rather than a #define constant?

728


How can my program discover the complete pathname to the executable from which it was invoked?

665


Where static variables are stored in c?

593


What is anagram in c?

521






What is && in c programming?

685


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2990


explain how do you use macro?

671


The file stdio.h, what does it contain?

670


Explain what does it mean when a pointer is used in an if statement?

621


Are the outer parentheses in return statements really optional?

581


Explain the difference between strcpy() and memcpy() function?

599


Who developed c language?

644


Tell us two differences between new () and malloc ()?

617


What are the properties of union in c?

596