www.thecareerplus.com
The CareerPlus
Home Technical Resources Programming Expressions
Thursday 09th September 2010
 
 
What does the term cast refer to? Why is it used?

Discuss it!          



Casting is a mechanism built into C that allows the programmer to force the conversion
of data types. This may be needed because most C functions are very particular about
the data types they process. A programmer may wish to override the default way the
C compiler promotes data types.

Discuss it!          

CrackTheIntervew.NET
Advertisement
 
Top! Top!