InterviewSolution
Saved Bookmarks
| 1. |
rand() and srand() functions are used _____________(a) To find sqrt(b) For and operations(c) For or operations(d) To generate random numbersThe question was asked in semester exam.My question is from Random Number Generation in portion Input and Output in C of C |
|
Answer» RIGHT CHOICE is (d) To GENERATE random numbers Best explanation: None. |
|