Saved Bookmarks
| 1. |
Mention the header files for the following built in functions: (a) random ()(b) exit ()(c) setprecision ()(d) gets () |
|
Answer» a. stdlib.h b. iostream.h or stdlib.h c. iomanip.h d. stdio.h |
|