Home » C Programming » Functions » Question
  1. What is the return-type of the function sqrt()?
    1. double
    2. float
    3. depends on the data type of the parameter
    4. int
    5. None of these
Correct Option: A

double



Your comments will be displayed only after manual approval.