#c
Read more stories on Hashnode
Articles with this tag
Ever wanted to repeat a block of code in C and wondered how? Then a while loop is your friend. There are many types of loops in C e.g for loop...
What is a function A function can be defined as a unit of related lines of code. These lines are supposed to do a particular task. Functions are a...