-->

Facebook

Jasper Roberts - Blog

Friday, September 19, 2014

main()

 -A main function is a part of every C program
-Every C program must have exactly one mail function
-It tells the compiler where the program starts

Opening brace: {
-It marks the beginning of main function

closing brace: }
-It marks the closing of main function

from: turbo c

No comments:

Post a Comment