filmov
tv
C Programming #17 - Functions

Показать описание
C Programming video using nano and gcc in a Linux environment. Demonstration of creating functions. Shows functions with a void return type without parameters, and a function with an int parameter and an int return type. Also, shows function placement with the difference between function declarations and function definitions.