C Programming Tutorial - 43: Functions (Part-1) Declaration, Definition & Invocation

preview_player
Показать описание
In this tutorial we'll take a look at functions. We'll see how we can declare, define and call functions.

Thanks for watching!
Комментарии
Автор

wherever I go to understand, I don't know I can't understand C prog without come in this channel....so you are making me to like C more than I felt

bakhitamirhar
Автор

I have watched so many videos on the basics of calling functions, and none have explained it by running the program after Declaring and Defining it, before Calling it, to show how and where you call the function.
I sort of understood, but didn't feel confident in my understanding. A 7 year old video! I'll be looking at more of your content now, thank you.

heraherb
Автор

Thank you! Your simple and basic example helped to understand how the function is called. Will be following your tutorial.

ekaterinakalache
Автор

thank you! I finally understand the basics of functions.

defritzel
Автор

Thank You. And finally a simple definition of how a function works for beginners!

peteturner
Автор

Your tutorials are actually the opposite of the name of your BAD TUTORIALS" which are infact "THE GOOD TUTORIALS"..:)..thank you so much!!..really helpful!!!!..:)

sirishaivaturi
Автор

Very helpful! I understand how u explained this to me more than my teacher does.

thewanderer
Автор

thanks pal, if you do know c language, and you only want remember got to 6:15

soldadopreciso
Автор

thank you bro... you just help me with my computer programming assignment... thumbs

mohammadrozaki
Автор

Thank you so much...honestly this is awesome

TheFlyguy
Автор

If you don't mind me asking, what editor do are you using? Is it Code Blocks?

samintosh
Автор

Which program are you using c++ or something elss

sunitaghodke
Автор

Thank you. This was very helpful to me.

xavierrowe
Автор

which software you were used for this video for c language???

yashparmar
Автор

i would like to learn more tutorials-functions

Man
Автор

...I don`t think you need void in front of the prototype neither the function itself

HikikomoriDev
Автор

what software are you using for running c prog?

arnoldagura
Автор

Thank you very much!

void my_thanks();

int main (void)
{
printf("You have");
}
void my_thanks()
{
printf("my_thanks\n");
}

dadsire-TV
Автор

This is so fucking good tutorial brother <3

SilasMerrick
Автор

Sir can you please send a link or put a link in description box to download turbo c app

nishanthuthappa