main( ) FUNCTION

Veröffentlicht am: 23 Mai 2024
auf dem Kanal: PRINCE OF PROGRAMMING
4
like

#C #CTUTORIAL #STRUCTUREOFCPROGRAM #CLANGUAGE #CPROGRAM #CPROGRAMMING #Programming_Language #youtubechannel #youtube #youtuber #youtubers #subscribe #youtubevideos #sub #youtubevideo #like #instagram #programming #coding #programmer #python #developer #technology #code #coder #computerscience #tech #software #codinglife #linux #softwaredeveloper #programmingmemes #programmers
#STRUCTURE_OF_C_PROGRAM #MAINFUNCTION #MAIN_FUNCTION #MAIN()

Welcome to my channel Prince of Programming👨‍🎓

   / @princeofprogramming  

This tutorial will give you a full introduction into

MAIN( ) FUNCTION    • main( ) FUNCTION  

Give this video a thumps up👍

Share & subscribe for more videos😏

Show your support to recover the channel❤

Click the bell icon to get notified for new videos🔔

Feel free to drop your doubts in the comment section📗

MAIN( ) FUNCTION    • main( ) FUNCTION  

The main( ) function section is the most important section of any C program.

The compiler starts executing C program from main( ) function.

Each C program should contain only one main( ) function.

Main( ) function should not be terminated by semicolon.

Syntax:
return_type main()

Example:
void main ( ) //Main ( ) Function returns nothing
int main( ) //Main ( ) Function returns some value

Main( ) function has two parts:
1. Declaration Part 
2. Executable Part
1. Declaration Part :
All the variables that are later used in the executable part are declared in this part.
2. Executable Part :
This part contains the statements that are to be executed by the compiler.


Auf dieser Seite können Sie das Online-Video main( ) FUNCTION mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer PRINCE OF PROGRAMMING 23 Mai 2024 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 4 Mal angesehen und es wurde von like den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!