Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

what is type casting in 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. Casting allows you to 
make this type conversion explicit, or to force it when it wouldn’t normally 
happen.
Source by developerinsider.co #
 
PREVIOUS NEXT
Tagged: #type #casting #programming
ADD COMMENT
Topic
Name
3+5 =