Exercise per the video.
I really have no idea what a ()main function does. I googled it though, and it looks like it is the starting point for the program execution.
Exercise per the video.
I really have no idea what a ()main function does. I googled it though, and it looks like it is the starting point for the program execution.
Hi there and welcome to the community.
main is exactly as you said - it’s the first function that gets executed in the program. Google is our friend, or Bing or any search engine really.
Good luck with the course and I hope you enjoy it.