How many main function used in the c language program
Answers
Answered by
0
Explanation:
There are two types of functions in C programming: Library Functions : are the functions which are declared in the C header files such as scanf(), printf(), gets(), puts(), ceil(), floor() etc.
User-defined functions: are the functions which are created by the C programmer, so that he/she can use it many times.
Similar questions