Operating System

Thursday, April 16, 2015

The Main Function is_______Function

1 comment
The Main Function is_______Function
User-Defined
Macro
Built-In
None of the listed options 
If You Enjoyed This, Take 5 Seconds To Share It

1 comment:

  1. The main() funtion is both built in and user-defined function because it's prototype is defined in library but is defined by the user.Also main() function can be called recursively.

    ReplyDelete