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
What do you mean by dynamic memory allocation in c?
What is pass by value in c?
Explain zero based addressing.
i have a written test for microland please give me test pattern
how many key words availabel in c a) 28 b) 31 c) 32
What is printf () in c?
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?
What is a wrapper function in c?
why return type of main is not necessary in linux
What is meant by inheritance?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Is main a keyword in c?
What is cohesion in c?
What are header files? What are their uses?
What is graph in c?