Computer Science, asked by DrStudy, 10 months ago

what do you mean by Type casting and type conversion? discuss its types. explain with an example​

Answers

Answered by ayanaslam2005
2

Answer:

Type casting is a way to convert a variable from one data type to another data type. For example, if you want to store a long value into a simple integer then you can typecast long to int. You can convert values from one type to another explicitly using the cast operator. There are two types of type casting in c language that are Implicit conversions and Explicit Conversions.........

Hope this helps you.......

Pls mark me Brainliest.......

Similar questions