InterviewSolution
Saved Bookmarks
| 1. |
Which among the given function does not return a value?(a) strtoul()(b) strtol()(c) rand()(d) srand()The question was asked in semester exam.My question is taken from General Utilities in division C Library of C |
|
Answer» Right OPTION is (d) srand() |
|