InterviewSolution
Saved Bookmarks
| 1. |
Which function will return the quotient and remainder on division of numerator with denominator?(a) div()(b) div_t()(c) ldiv_t()(d) labs()I have been asked this question during an internship interview.My doubt is from General Utilities topic in chapter C Library of C |
|
Answer» Correct OPTION is (a) div() |
|