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

Answer Posted / anush

442

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we replace the struct function in tree syntax with a union?

765


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

646


Do you know the use of 'auto' keyword?

648


Explain what are binary trees?

600


What is the advantage of using #define to declare a constant?

610






What are two dimensional arrays alternatively called as?

649


Tell us something about keyword 'auto'.

655


State the difference between realloc and free.

618


If the size of int data type is two bytes, what is the range of signed int data type?

579


Give differences between - new and malloc() , delete and free() ?

599


explain what is an endless loop?

600


what is use of malloc and calloc?

1372


What is extern variable in c with example?

530


What is an auto variable in c?

740


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4167