a=float(2+9+98*7)
identify the type of conversion on the above statement.
a,type casting
b,type promotion
c,implict conversion
d,external conversion
Answers
Answered by
0
Answer:
in C?
Typecasting is converting one data type into another one. It is also called as data conversion or type conversion in C language. It is one of the important concepts introduced in ‘C’ programming
Similar questions