Computer Science, asked by buksh907, 7 months ago

What is the output of following program?

1. int result = 4 + 5 * 6 + 2;

cout << result;

2. int a = 5 + 7 % 2;

cout << a;

What is the output of following program?

a. int x = 10, y;

y = x++;

cout << y;

b. int x = 10, y;

y = x++;

cout << x;

c. int x = 10;

x++;

cout << x;

Answer bolo and 5 ratings lelo​

Answers

Answered by dikshagarg5thc13
2

Answer:

5 triangle menashejekellebdkd

Similar questions