Type conversion | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

17th Jan 2018, 3:02 PM
veerendra singh
veerendra singh - avatar
1 Answer
0
c = 3.0 , f = -5.0?
18th Jan 2018, 12:06 AM
Sergey
Sergey - avatar