Home » C Programming » Variables » Question
  1. By default a real number is treated as a
    1. float
    2. double
    3. long double
    4. Depends on the compiler you are using
Correct Option: B

A real number is treated as double.



Your comments will be displayed only after manual approval.