Thursday 10 November 2016

Type Casting in C

Type casting allows us to convert one data type into other. In C language, we use cast operator for type casting which is denoted by (type).
Syntax:
  1. (type)value;   

No comments:

Post a Comment