void main()
{
int x=25,y=32;
clrscr();
x=x++ + y++;
y=++x + ++y;
printf("%d%d",x,y);
}

Answer Posted / prasanna

57 61

Is This Answer Correct ?    9 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me what is null pointer in c?

615


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

632


What is the use of typedef in c?

585


What is the purpose of 'register' keyword?

690


hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

1660






What are categories used for in c?

567


how do you programme Carrier Sense Multiple Access

1516


Does c have function or method?

591


Difference between goto, long jmp() and setjmp()?

704


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1591


What is double pointer in c?

588


Explain why c is faster than c++?

575


What are runtime error?

627


Explain what are the __date__ and __time__ preprocessor commands?

594


What is the difference between NULL and NUL?

728