Evaluate the following C++ expressions.
(i) int a=5,b=7, c;
c=a*,a+b*b;
(ii)intl=10,j=20,k;
k=(I+j)/3;
Answers
Answered by
0
Answer:
(i) 74
(ii) 10
Explanation:
(i) 25 + 49 = 74
(ii) (10 + 20) / 3 = 30 / 3
= 10
Similar questions
English,
6 months ago
India Languages,
6 months ago
Accountancy,
6 months ago
Math,
1 year ago
Math,
1 year ago
Math,
1 year ago