Zephyro

  • Home
  • Courses
    • Machine Learning
    • Learn Python
    • Learn C
    • Learn Java
    • Learn C in 1 Hour
    • All
  • Sign In
  • Sign Up
  • Forum
  • Contact me!
  • English (UK)English (UK)

Learn C

For loop feature image
Learn C

Learn C programming: For loop | Step-by-Step Explanation

Unlike while and do…while, for loops allow you to repeat a set of instructions for a specific number of times in a more efficient way.

(more…)

Zephyro
While loop featured Image
Learn C

Learn C programming: while & do…while loops | Step-by-Step

Using while and do..while loops, you can make the computer reapeat a set of instruction until a codition is met, without having to write it multiple times.

(more…)

Zephyro
Switch C Featured Image
Learn C

Learn C programming: Switch & case | Step-by-Step Explanation

When you have to check multiple conditions, using if-else statements becomes too tiring. However here the switch statement comes to help.

(more…)

Zephyro
Conditions: Feature Image
Learn C

Learn C programming: Conditions (if, else if, else) | Step-by-Step

Apart from following step-by-step each instruction, using the if statement, a computer can also make decisions and change path under certain conditions.

(more…)

Zephyro
Variables: Feature Image
Learn C

Learn C Programming: Variables | Step-by-Step Explanation

Variables are the glue of programs: they are the way computers remember data. But, what exactly are they and how are they used? Let’s find out!

(more…)

Zephyro
Learn C

Make Your First C Program (+ Step-by-step explanation)

You read why C is so important and now you want to make your first C program, but you would like a simple and complete explanation of the whole process.

(more…)

Zephyro
Learn C

First Programming Language? Choose the right one

You want to learn programming, but you don’t know which is the right language you should start with.

I have a simple answer for you.

(more…)

Zephyro

Posts navigation

Previous 1 2
Search a topic
Categories
  • Generic (1)
  • Learn Java (7)
  • Learn Python (1)
  • Machine Learning (2)
  • Learn C (17)
Recent Posts
  • Why is Python used for Machine Learning? + Installation tutorial
  • What is Machine Learning? Getting started as a Total Beginner
  • Loops in Python – Learn Python programming
Privacy & Cookies: this site uses cookies.
By continuing to use this website you agree to their use and to Cookie and Privacy Policy

Copyright 2019 - itsZephyro