InterviewSolution
Saved Bookmarks
| 1. |
What is the return type of rand() function?(a) short(b) int(c) long(d) doubleI got this question during an internship interview.This intriguing question comes from Random Number Generation in division Input and Output in C of C |
|
Answer» CORRECT CHOICE is (B) int To EXPLAIN: NONE. |
|