Loops 3: For

Hello everyone,

Loops 2: Do-While

Do while is another repetition statement in c language. It is similar to while by writing but in usage, it is very different. While loop checks the termination condition at the top of the loop.

Loops 1: While

Basically, loops are repetition statements. We use repetition statements to execute some code consecutively. 

 

While loops are one of the repetition statements.

Control Structures 2: Switch

In this part, we will go on "control structures" with switch. Sometimes using nested ifs seems boring.

Types & Modifiers

Variables are in almost everywhere in our lives(i assume you have a social environment, at least you may go out once a week). We have decimal numbers , integers and chars to express our needs.

Introduction To C

Hello everybody,

This is the very first article of this section. There will be an
example code for "hello world" program and we will see the main
structure of c programming.

C

In this section, there will be articles about "C programming language". You can choose related topics below.