MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is correct function call for rand() and random()? |
| A. | rand() and random(); |
| B. | rand() and random(1); |
| C. | rand(1) and random(1); |
| D. | rand(1) and random(); |
| Answer» B. rand() and random(1); | |