-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
-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