Function / Methods In C Programming Language

preview_player
Показать описание

In today’s video tutorial lets learn the basics of function or methods in C programming language.

Function / Method: is a group of statements that together perform certain task.

Note: Every C program should have 1 main function. No 2 functions / methods should be named as main.

Advantages of Function/Methods
1. It provides modularity to the program structure.
2. You can reuse your code. You can write function definition once and call the function any number of times in your program.
3. Easy to read, understand, edit and debug your code.

Types of Functions/Methods
1. Built in functions/methods.
2. User defined functions/methods.

C Programming Interview / Viva Q&A List

C Programming: Beginner To Advance To Expert
Рекомендации по теме
Комментарии
Автор

Detailed and Complete end to end Teaching.. It is the only best video in you tube, Super Sir

baraniguna
Автор

lovely explanation sir, now I can fully understand function and methods in C, tks you !! love your helpful work

jackytank
Автор

Well presented..
Really loved your work.

NavinKumarIndia