main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
Answer Posted / anjana
57
59
| Is This Answer Correct ? | 11 Yes | 34 No |
Post New Answer View All Answers
What does %c mean in c?
Hi can anyone tell what is a start up code?
What is nested structure in c?
What is a union?
How do you declare a variable that will hold string values?
What is double pointer?
What is storage class?
What is a header file?
What is the ANSI C Standard?
Explain what will the preprocessor do for a program?
What are linker error?
What is context in c?
What is strcmp in c?
write a program to create a sparse matrix using dynamic memory allocation.
Write a C program to count the number of email on text