Tutorial 3 – For Loops and Math functions in Language C
What you will learn:
- How to implement a for loop from i=0 to X to execute an instruction X times
- How to use the math functions which are already implemented in the Language C
- How to use the type of variable “double”
Prerequisite: You need to have the GCC compiler installed Follow the process written in this article to install it on Windows 10:
Check all the tutorials of the series here:
http://feaforall.com/category/programming/language-c-tutorials/
Leave a Reply