Local vs. Global Variables | C Programming Tutorial

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I really glad to learn these kind of informations as a embedded software engineer. Thank you!

mertaliturk
Автор

why do you have the { below the function?

for example:

int main()
{


}

where as most people do

int main(){

}

khaipinaulak
Автор

sir, could you explain what is reference(passing) by adresses in functions.

abdelhakmezenner