main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
Answer Posted / deepak
57 94
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
With the help of using classes, write a program to add two numbers.
What is a newline escape sequence?
program to convert a integer to string in c language'
What is the correct code to have following output in c using nested for loop?
Differentiate between static and dynamic modeling.
What are the salient features of c languages?
What are global variables?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is the argument of a function in c?
Where can I get an ansi-compatible lint?
Should I learn c before c++?
How can you increase the size of a dynamically allocated array?
Explain what math functions are available for integers? For floating point?
What is the collection of communication lines and routers called?
How will you divide two numbers in a MACRO?