C++ Variables Introduction

What is Data?

Is Data the new Oil of the digital economy. We collect lot of data every day and save them in our computers. example, data collected on one of social media platform.

Data type : We vs Programming

What are the different data types available ?

auto – is not a type. it is a keyword that is used to automatically deduce the type of the variable from the value that is assigned to the variable.

The need for names ?

Computer Memory is like streets

What is a Variable ?

 

Syntax for declaring variables

Example :

Variable Identifier naming rules

Variables Initialization methods