the main function main () is (a) bulit function (b) user defined function
Answers
Answered by
56
Answer:
The main () function provides a platform for calling the first user-defined function in the program. ... But the UDF's have functions and structures designed by the user or programmer. The main () has function definition (the code of a function) but it doesn't have any function declaration
Similar questions