By default, a real number is treated as an
Float
The Explanation for the correct answer:
Generally in a computer, the real numbers also refer to non-complex floating-point numbers.
Hence real number by default is float.
By default, a real number is treated as float in C language
Hence,correct answer is an option (B)