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

Answer Posted / sanjev kumar sasode

56 93 (ANSI)
57 94 (Turbo C)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please compare array with pointer?

606


What is a constant?

626


Explain how do you print only part of a string?

642


What is #include cctype?

570


What Is The Difference Between Null And Void Pointer?

629






What are the advantages of c language?

655


What is c mainly used for?

588


How reliable are floating-point comparisons?

621


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1623


What is const volatile variable in c?

565


Is python a c language?

545


Why doesn't C support function overloading?

1594


What is 2 d array in c?

544


How do you initialize pointer variables?

598


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1432