1.

Explain type casting with examples in c programming

Answer»

Answer:

Type Casting In C LANGUAGE. Type casting is a way to convert a VARIABLE from one data type to another data type. For example, if you WANT to store a long value into a simple integer then you can TYPECAST long to int. You can convert values from one type to another explicitly using the cast OPERATOR.



Discussion

No Comment Found