Tag Archives: integer

variables

C Programming Tutorial 2 – Intro to Variables

In this part of the lesson we are going to learn the basics of using a variable. What your going to learn is how to display an integer (negative, zero, positive numbers) on the screen(console).

What is a VARIABLE? A variable comes from the word “vary” and “able” which means “able to vary/change“. In programming, using variable is a way to store data into your computer’s memory.