main( ) FUNCTION

Опубликовано: 23 Май 2024
на канале: 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.


На этой странице сайта вы можете посмотреть видео онлайн main( ) FUNCTION длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь PRINCE OF PROGRAMMING 23 Май 2024, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 4 раз и оно понравилось like зрителям. Приятного просмотра!