Question: What is the sample Output? 1. 2. given the value of x= 10 and y=11 What is the sample output? main() { int a,b,c; a
What is the sample Output?
1.

2. given the value of x= 10 and y=11 What is the sample output?

main() { int a,b,c; a 10; b = a ++; C = b--*2; clrscr(); printf("The value of a is %d", a); printf(" The value of bis %d",b); printf(" The value of c is %d",c); getch(); #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
