Computer Science, asked by ashapanchal1412, 2 days ago

what is type casting? Explain how to convert primitive data typeto user define data type​

Answers

Answered by bhagwanpatil9922
1

Explanation:

Type Conversion in C++

A type cast is basically a conversion from one type to another. ... Implicit Type Conversion Also known as 'automatic type conversion'. Done by the compiler on its own, without any external trigger from the user. Generally takes place when in an expression more than one data type is present.

Similar questions