C Programming Tutorial 21, Functions pt.2

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

Рекомендации по теме
Комментарии
Автор

I can't believe it took me this long to find your videos. They're great! I'm learning a lot from you! So, thanks!

Krug
Автор

It's being initialized right there. Basically what happens is char message[]="An unknown error has occurred.";
But that, character array or string, message[], is being created when the function is called and deleted when the function is done running. This is useful to pass values to a function.
The point of arguments and parameters may not be apparent yet, but give it time.

OchoZero
Автор

why the vision from the screen is not clear most of the time

egyptianlion
Автор

so that's pretty much it for this tutorial, so see you guys.

OneTimWhatley
Автор

Thx for your turorial !!! Anybody knows why in line 12 the char message [ ] just works like that without initialising ?

SuperSamsosa
Автор

I have a question, is there any solid reason for making a "void printError();" in the beginning? Can't we just put the functions above and the main() driver all the way at the bottom?

derzandino