main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
Answer Posted / guest
58
| Is This Answer Correct ? | 32 Yes | 49 No |
Post New Answer View All Answers
What is wrong with this initialization?
how to write a c program to print list of fruits in alpabetical order?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
hi, which software companys will take,if d candidate's % is jst 55%?
What is the difference between far and near ?
what are the advantages of a macro over a function?
What is string function c?
What is a example of a variable?
Explain enumerated types in c language?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Write a program to swap two numbers without using the third variable?
What is pointers in c with example?
What do you mean by invalid pointer arithmetic?
What does d mean?
Is c still used?