C++ Variables Declare |single & Multiple |Tutorial 6| For Beginners |E3 School-2020


Declare Variable:
Syntax:
Data_type  Variable = Value;
Syntax Explain:
1).Data_type  Variable = Value;
👉Data_type
For Example
👉Int 
👉Char
👉Float
👉Double
👉Bool


2).Data_type  Variable = Value;
👉Variable
👉Variable is the name of a variable
For Example
👉such as x or myName, A, B, or different name

Post a Comment

Virtually nothing is impossible in this world if you just put your mind to it and maintain a
positive attitude.

أحدث أقدم