93) The library function sqrt operates on a double precision argument. If, i is an integer variable, then which of the following calls would correctly compute sqrt(i)?
Answer is:
sqrt((double)i)
Related C Programming MCQ with Answers
Answer is:
jericho and nazareth
Answer is:
The string entered is printed in reverse order.
Answer is: