Evaluate the following C++ expression where a, b, c are integers and d, f are floating point numbers. The values are a=5,b=3 and c=1.5
a) c= a+++b*++d
b) f=b*b++-++a
Please explain with steps
sunshineee:
Is it a++ or ++b?
Answers
Answered by
0
garbage value will be the answer because the value of d is not mentioned...
hope you'll understand
Similar questions