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


Please Help Members By Posting Answers For Below Questions

What will be your course of action for a push operation?

669


What is %d used for?

585


What is the difference between c &c++?

647


What is the use of define in c?

597


What is double pointer?

560






Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1764


What is difference between stdio h and conio h?

888


What is a lookup table in c?

627


What is c preprocessor mean?

795


How can you avoid including a header more than once?

565


What do you mean by recursion in c?

627


What is omp_num_threads?

585


What is d scanf?

595


What is a string?

666


What is the role of && operator in a program code?

568