The process of forcefully converting a data type into another is known as ______ type conversion.
Answers
Answered by
0
Explanation:
Converting one datatype into another is known as type casting or, type-conversion. For example, if you want to store a 'long' value into a simple integer then you can type cast 'long' to 'int'. You can convert the values from one type to another explicitly using the cast operator as follows − (type_name) expression.
Typecasting is converting one data type into another one. It is also called as data conversion or type conversion. It is one of the important concepts introduced in 'C' programming.
HOPE U UNDERSTOOD AND SATISFIED WITH MY ANSWER
MARK ME BRAINLIEST AND FOLLOW ME AND GIVE ME HEART
Answered by
1
Answer:
Typecasting
Explanation:
- The blank space will be filled by the term typecasting.
- It is the process of the conversion one data type into the another data type.
- It helps the programmer to makes the program more compact and lightweight.
- It holds the original value and just changes the type of the data whenever needed in the program.
#SPJ2
Similar questions