InterviewSolution
Saved Bookmarks
| 1. |
What members do the structure returned by function div() contains?(a) int quot and int rem(b) float quot and float rem(c) double quot and double rem(d) no members are returned by div()I got this question during an interview.My question is from General Utilities in portion C Library of C |
|
Answer» Correct option is (a) int quot and int rem |
|