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 is difference between union and structure in c?
How to compare array with pointer in c?
Are c and c++ the same?
What is the difference between array and structure in c?
Implement bit Array in C.
Explain b+ tree?
How do you write a program which produces its own source code as output?
Where we use clrscr in c?
Write the control statements in C language
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Is that possible to add pointers to each other?
What are the 5 organizational structures?
What is the difference between pure virtual function and virtual function?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Can you define which header file to include at compile time?