Computer Science, asked by Anonymous, 8 months ago

heya mates.......Explain type casting i c language...........spammer r not invited......XD❎​

Answers

Answered by Anonymous
7

Answer:

tYpE wAla cAstinG iS usEd to cHangE tHe tYpE oF vAriAblE iNsiDe maiN fUncTion...

hope U LIKE Me

_____________xD_____________

Answered by Anonymous
4

Answer:

Type Casting - C Programming. Type casting refers to changing an variable of one data type into another.

The compiler will automatically change one type of data into another if it makes sense.

For instance, if you assign an integer value to a floating-point variable, the compiler will convert the int to a float.

Similar questions