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

Answer Posted / deepak

57 94

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is fortran still used today?

592


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1871


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

619


What are the 4 data types?

588


What is a global variable in c?

583






How do you use a pointer to a function?

621


How can you determine the size of an allocated portion of memory?

734


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

554


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3132


How are 16- and 32-bit numbers stored?

714


What are the uses of a pointer?

669


why return type of main is not necessary in linux

1695


What are control structures? What are the different types?

588


Which is more efficient, a switch statement or an if else chain?

570


What is unary operator?

652