Functions vs Methods
Overview
Function
A function is a set of instructions that is used to perform a specific task. There are usually two types of functions.
Library Functions
User-defined Functions
Example of a Function in C
// return type void
void printTheWord(){ ...
kwiz.hashnode.dev2 min read