Thursday, 14 February 2013

Implicit Type Conversion


Implicit type conversion, also known as coercion
An automatic type conversion by the compiler
If operands are of different types than lower type is automatically converted to higher type

No comments:

Post a Comment

String functions

Read This: strncpy() strncat() strstr () strlen() — Predefined function defined in string.h . — — Returns the len...