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.

What is the sample Output? 1. 2. given the value of x=

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

10 and y=11 What is the sample output? main() { int a,b,c;

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 int main() { int x, y: printf("enter the value of x:"); scanf("%d", &x); printf("enter the value of y:"); scanf("%d", &y); if (x>y) { printf("x is greater than y "); } if (x

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!