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

What is a static variable in c?

671


What are the different types of C instructions?

681


How do I create a directory? How do I remove a directory (and its contents)?

609


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1895


Why void is used in c?

569






What are structures and unions? State differencves between them.

619


Can you please compare array with pointer?

619


Should I learn c before c++?

625


What is array of pointers to string?

574


How can I prevent another program from modifying part of a file that I am modifying?

618


Explain what is wrong with this program statement? Void = 10;

768


List some basic data types in c?

561


What is bash c?

562


In c language can we compile a program without main() function?

584


What is non linear data structure in c?

579