Determine the result of expressions.
Q39. If a = 50 and b = 4 then determine the result of the following:
- a + = b
- a % = b
- a – = b
- a/ = b
- a * = b
- cout<<100/9;
- float pi = 22/7; cout<<pi.
Ans.(1). 54.
Ans.(2). 2.
Ans.(3). 46.
Ans.(4). 12.
Ans.(5). 200.
Ans.(6). 11.
Ans.(7). 3.