Functions | C | Tutorial 16

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

Throughout the course we'll be looking at various topics including variables, arrays, getting user input, loops, conditionals, pointers, structs, and much more.
Рекомендации по теме
Комментарии
Автор

OMG searched whole internet and this video was just gold thank you for ur help .

prabhavdobhal
Автор

You are better than most programming teachers! Now i finaly understand what i'm doing. Thanks!!! Keep going :)

sunizaharieva
Автор

Nice one.Of the other few videos about functions this was the best.I've got what i needed in first four minutes of the video.Very clear expectations!

Товарищприбалт
Автор

Thanks this helped a lot. You have a great way of explaining. Very clear and straight to the point

tkmastaaa
Автор

good luck to your channel and don't stop working

barotkudratov
Автор

Thanks a lot men
U explain better than my coding teacher here in Mexico

cuauhtemocbanda
Автор

Great vid. Keep up the good work man, like today in class I really didn't understand but this made it a hella lot clearer.

Moneybwoy
Автор

thank you so much all videos are very good

barotkudratov
Автор

For C99 users, put the function creation before main(){} or declare it right after header without the code block.

gabehcuodsuoitneterp
Автор

I just one to let you know that in the site the code that you put below the video is from the "return"
Good luck with your excellent work :)

vitorsaramago
Автор

In C we need to prototype functions at the top before main .

limitless
Автор

Shouldn’t you have put the void function above the main? As it starts from the top? Regarding scopes? Functions should be declared or defined BEFORE they’re used. Not after..

Brawlstriker
Автор

I get the following error: implicit declaration of function ‘sayHi’ [-Wimplicit-function-declaration], if i move the function before main() it works as it should, is there an option in codeblocks to allow use as shown? And thank you for sharing your knowledge, so far i am finding your lessons easy to digest.

jakesanchez
Автор

hey mike I have a doubt, how to solve the math problems in c ?, I'm struggling in that, please make video about math problems

ghurujayaraj
Автор

why do we use int datatype before main function in the above program, actually there is no return type in above program

Trafalgar_D_law_
Автор

it keeps telling me redifintion diffrent basic types?

ahmadhishamgamal