Computer Science, asked by topnoanima64, 7 months ago

Evaluate the following c++ expressions where a ,b, c
are integers and d,f are floating point numbers.
The values
are a=5, b= 6and d=3.5
(a) c=a++-(b++)*(--d)

Answers

Answered by siyakakria
0

Answer:

F= 5+3 /5=1.6f

C=15*8= 120

C=5*15+5 = 80

f =4*8= 32f

c= 5-3*4=6

Similar questions