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

output??

Answer Posted / mannucse

35 39

Is This Answer Correct ?    6 Yes 48 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by dynamic memory allocation in c?

733


What is pass by value in c?

684


Explain zero based addressing.

690


i have a written test for microland please give me test pattern

2305


how many key words availabel in c a) 28 b) 31 c) 32

715






What is printf () in c?

669


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

674


What is a wrapper function in c?

698


why return type of main is not necessary in linux

1789


What is meant by inheritance?

725


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

819


Is main a keyword in c?

720


What is cohesion in c?

648


What are header files? What are their uses?

728


What is graph in c?

684