Saved Bookmarks
| 1. |
How many main function can be used in the c language program?1.one 2.two 3. three 4.(any number of) |
|
Answer» ONG>ANSWER: There are two TYPES of function in C programming: 1.Standard LIBRARY FUNCTIONS. 2.User-defined functions. |
|