distinguish between two kinds of type conversion
Answers
Answered by
6
Answer:
The basic difference between type conversion and type casting, i.e. type conversion is made “automatically” by compiler whereas, type casting is to be “explicitly done” by the programmer. ... When the two types are compatible with each other, then the conversion of one type to other is done automatically by the compiler.
PLZ MARK AS BRAINLIEST ANSWER, FOLLOW ME AND THX FOR THE SUPERB QUESTION
Answered by
0
Explanation:
Implicit type conversion − These conversions are performed by C# in a type-safe manner. ...
Explicit type conversion − These conversions are done explicitly by users using the pre-defined functions.
Similar questions