void main function in C language :
void main() : means it is a main() function.
First What is the function : function means it is contain some programs that write by the users. all the task(code) perform by the function, but main is the function where all the code/udf(user define function) are performed.
So, the void main() function means, if a main before a return type and after open and closed bracket than, it is called main() function.
❮ Previous Next ❯
1 Comments
https://analytics.google.com/analytics/academy/certificate/lOznbmX8RmOZlyNSz7CP9g
ReplyDelete