Send Close Add comments: (status displays here)
Got it!  This site uses cookies. You consent to this by clicking on "Got it!" or by continuing to use this website.nbsp; Note: This appears on each machine/browser from which this site is accessed.
C: Type casts


1. C: Type casts
A type cast is an explicit conversion of a value of one type into a value of another type. Here is the C code.

Here is the output of the C code.

Note: Only when both operands are integer is the result of a division (always) an integer.

2. End of page

3. Multiple choice questions for this page