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

Answer Posted / mahendra giri

x=57
y=59

Is This Answer Correct ?    20 Yes 46 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

14955


shorting algorithmS

1798


Why do we use namespace feature?

577


I need a sort of an approximate strcmp routine?

655


What does 3 mean in texting?

606






When should structures be passed by values or by references?

579


Differentiate between static and dynamic modeling.

613


What are the advantage of c language?

547


Explain what are multibyte characters?

622


What is difference between static and global variable in c?

532


What are inbuilt functions in c?

556


In C programming, how do you insert quote characters (‘ and “) into the output screen?

888


How do you determine a file’s attributes?

598


how to build a exercise findig min number of e heap with list imlemented?

1602


Does c have enums?

596