Saved Bookmarks
| 1. |
main ( ) is an example of(A) library function(B) user defined function(C) header(D) statement |
|
Answer» Correct option -(A) library function Explanation:- main() is a special function used by C system to tell the computer where the program starts. |
|