Skip to content

April 27, 2021

[C] For loop (The For Statement)

Last Updated on 2021-04-29 by Clay

In the previous note, I recorded how to program conversion between Celsius and Fahrenheit ([C] Variables and Arithmetic Expressions). In the process, we continuously increase the Fahrenheit temperature through the while loop, and view the converted Celsius temperature result.

If you want the program to execute the same command over and over again, you can also use a for loop to do this.

Read More »[C] For loop (The For Statement)

[C] Use gcc command to compile and print “Hello World”

Last Updated on 2021-04-29 by Clay

C Programming Language is one of the most common programming languages, and it can be seen in many Unix systems. Many systems and programs are also developed using C.

Therefore, the C language can be said to be a programming language with absolutely no harm when it is familiar to programmers.

Read More »[C] Use gcc command to compile and print “Hello World”
Exit mobile version