Basic of C Programming
Basic of C Programming
PROGRAMMING
C COMMANDS EXPLANATION
Int main() Mainfunction where execution begins
{ Indicates the beginng of main function
} Indicates the end of the main function