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
2
Answer:
5 triangle menashejekellebdkd
Similar questions
English,
3 months ago
Science,
3 months ago
Biology,
3 months ago
Math,
7 months ago
Social Sciences,
11 months ago