Home » C Programming » Data Types » Question
  1. What will be the data type of the result of the following operation?
    (float)p * (int)q / (long)r * (double)s
    1. double
    2. float
    3. long
    4. int
    5. None of these
Correct Option: A

double



Your comments will be displayed only after manual approval.