Computer Science, asked by preetmi786123, 7 months ago

the main function main () is (a) bulit function (b) user defined function

Answers

Answered by yashmitha22
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