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

output??

Answer Posted / chandrakala

hai Mannu how it will become 35, 39. the answer is only 11
and 16 ok...


thanks
chandra

Is This Answer Correct ?    9 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1583


What is pointer to pointer in c with example?

544


Why we use conio h in c?

580


What is the significance of scope resolution operator?

851


Explain what is the heap?

618






What is a pointer in c?

677


Is return a keyword in c?

594


Explain what is the benefit of using enum to declare a constant?

585


What are register variables? What are the advantage of using register variables?

678


what are bit fields? What is the use of bit fields in a structure declaration?

1497


Is c# a good language?

602


Describe the header file and its usage in c programming?

616


Differentiate between functions getch() and getche().

618


How are variables declared in c?

597


What is methods in c?

637