Creado por Shivam Pandey
hace más de 2 años
|
||
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.
¿Quieres crear tus propios Apuntes gratis con GoConqr? Más información.