Floating Point Data Type in C
The Floating Point data type is used to specify a variable that will contain real numbers, i.e. any positive or negative number with fractional part. The keyword used by C language to specify some variable as real is float. The width of memory allocated to floating point variable is 32 bits irrespective of the word … Read more