Type conversion in one video
type conversion with example in Hindi
Implicit and Explicit type conversion
#typeconversion
type conversion in c programming
What is Type Conversion?
The two terms "type casting" and "type conversion" occur when there is a need to convert one data type to another data type. However there is basic difference between "type conversion and type casting" i.e. type conversion is done "automatically" by compiler whereas type casting is to be "explicitly done" by the programmer.
A type cast is basically a conversion from one type to another. There are two types or type conversion:
1. Implicit type casting
2. Explicit type casting
C type casting
Converting any variable datatypes into another datatypes is called as type casting.
Syntax for type casting : (data_types)expression;
Implicit Type Casting : Implicit typecasting is handled automatically by the compiler.
Explicit Type Casting : Explicit typecasting is done explicitly done by the programmer.
/++++++++Thanks For Watching This Video+++++++++++/
Don't forget like , share and comment.
Thank you...