Home » C Programming » Data Types » Question
  1. Predict the data type of the following mathematical operation?
    2 * 9 + 3 / 2 . 0
    1. long
    2. double
    3. float
    4. int
    5. None of these
Correct Option: B

double



Your comments will be displayed only after manual approval.