[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Library Functions - Discussion

Home > C Programming > Library Functions > MCQs Questions Discussion

1 / 4

Choose the correct option.

The library function sqrt operates on a double precision argument. If, i is an integer variable, which one of the following calls would correctly compute sqrt (i)?

Asqrt ((double)i)

B(double)sqrt (i)

C(double) (sqrt (i))

Dsqrt (i)

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!