Selasa, 06 Desember 2016

How to perform type conversion and type casting in C programming

Converting a data type of an expression to another data type is known as type conversion. Here expression refers to either a variable or value or sub expression. There are two types of conversions. They are: Implicit conversion or Coercion Explicit conversion or Casting   Implicit Conversion While evaluating expressions, it is common to have operands of different data types. C automatically converts the data type of operands or any intermediate values to the proper type so that expression can be evaluated without losing any significance. This automatic conversion performed by C is known as implicit conversion. In C, the

The post How to perform type conversion and type casting in C programming appeared first on Coding Security.


How to perform type conversion and type casting in C programming
read more

Tidak ada komentar:

Posting Komentar