+ 1
Type conversion
evaluate the following c++ expressions where a b and c are integers and d,e,f are floating point numbers the values are a is equals to 5, b is equals to 3 and d is equals to 1.5 c=a-(b++)*(--d) f=(++b)*b-a
1 Réponse
0
c = 3.0 , f = -5.0?