Data Type (Variables ) in programming ,Intro to C++ and Data structure and algorithm
VARIABLES A variable is a container (storage area) used to hold data. Each variable should be given a unique name (identifie…
VARIABLES A variable is a container (storage area) used to hold data. Each variable should be given a unique name (identifie…
Introduction to Programming Language A program is a set of instructions that tells a computer what to do in order to come u…
#include <iostream> using namespace std ; //in this lexture we will study about theHello world { cout <<…