🤔 Some Questions You Might Wondering
- What is a Computer?
- What is Programming?
- What is an OS (Operating System)?
- What is Linux?
- What is a Terminal?
👾 Programming in C
See my C notes here !!
Procedure vs Function
- A procedure is a block of code that can be called to perform a task
- A function is a block of code that can be called to perform a task and will return one or more values to where it was called from.