main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
Post New Answer View All Answers
Explain the use of 'auto' keyword
How does selection sort work in c?
What is the newline escape sequence?
How to explain the final year project as a fresher please answer with sample project
What is the difference between the = symbol and == symbol?
What is the process to create increment and decrement stamen in c?
How can a string be converted to a number?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
How do we print only part of a string in c?
Write a program with dynamically allocation of variable.
Explain what are compound statements?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Explain how can I convert a number to a string?
What is a void * in c?
What is a program?