main()
{
int x=10,y=15;
x=x++;
y=++y;
printf("%d %d\n",x,y);
}

output??

Answer Posted / sathya.r

Ans: 10,16

Is This Answer Correct ?    90 Yes 32 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is character set?

687


What does == mean in texting?

670


Explain how are portions of a program disabled in demo versions?

657


Why clrscr is used in c?

591


explain what is an endless loop?

615






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

610


Describe static function with its usage?

616


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1533


Explain what will the preprocessor do for a program?

607


What is ctrl c called?

601


What are the types of assignment statements?

633


How can I read/write structures from/to data files?

554


What is the use of linkage in c language?

619


What are the different types of control structures in programming?

660


What is void pointers in c?

594