Saturday, May 16, 2020

Tip of the day!

Note:

If two operands in an assignment expression are different data types, then the value of the expression on the right will automatically be converted to the type of the identifier on the left.

No comments:

Post a Comment

Exploring float data type in C

Float is one among the basic data type in C.  Floating point numbers in C has precision up to 6 decimal places.  T he header file float.h de...