main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
Answer Posted / valli
x=57
y=94
| Is This Answer Correct ? | 29 Yes | 16 No |
Post New Answer View All Answers
What is the role of && operator in a program code?
What are inbuilt functions in c?
Is c procedural or functional?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Explain how do you sort filenames in a directory?
What is a function simple definition?
cavium networks written test pattern ..
What is variable and explain rules to declare variable in c?
in iso what are the common technological language?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is the use of pragma in embedded c?
Is c easy to learn?
What is the value of c?
What’s the special use of UNIONS?
Where does the name "C" come from, anyway?