Computer Science, asked by vikas325991, 3 months ago

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 bandanachoudhary2380
4

Answer:

this type of conversation is the computer conversation, object oriented conversation

Similar questions