What is type conversion? Identify the type conversions used in the following
example.
int a,b;
double c;
c= a+b;
a=(int) c;
Answers
Answered by
4
Answer:
this type of conversation is the computer conversation, object oriented conversation
Similar questions