Created by Shivam Pandey
over 2 years ago
|
||
Array In c++
Type Casting IN C++:- A type cast is basically a conversion from one type to another. There are two types of type conversion: **Implicit Type Conversion**:- Also known as ‘automatic type conversion’. - Done by the compiler on its own, without any external trigger from the user. **Explicit Type Conversion** :- This process is also called type casting and it is user-defined. Here the user can typecast the result to make it of a particular data type.
Want to create your own Notes for free with GoConqr? Learn more.