Computer Science, asked by sahilgill62629, 8 months ago

how many main functions can be use in the c language program ( in 1 line ans) ​

Answers

Answered by rajaman32
0

Explanation:

"main" function is treated the same as every function, it has a return type (and in some cases accepts inputs via parameters). The only difference is that the main function is "called" by the operating system when the user runs the program.

Answered by sujit157760721
0

Answer:

There are two types of function in C language program are libirary function and user -defined function.

Glad I could help you.

Thanks

Similar questions