Type Conversion in C
摘要
In this chapter, we explain the type conversion in C programming. Type conversion is a useful property of the C programming language. A good programmer should know how to efficiently benefit from the type conversion utility. Insufficient knowledge of type conversion may lead to inadequate programming, which may result in erroneous programming.