C++ Loop Types
C++ programming language provides the following types of loops to handle looping…
Storage Classes in C++
A storage class defines the scope (visibility) and life time of variables…
C++ Modifier Types
C++ allows the char, int, and double data types to have modifiers preceding them. A modifier…
C++ Constants/Literals
Constants refer to fixed values that the program may not alter and…
Variable Definition & Initialization in C++
Some examples are: externint d, f // declaration of d and f int d =3, f =5;// definition and…
C++ Primitive Built-in Types
C++ offer the programmer a rich assortment of built-in as well as…
Comments in C++
C++ supports single line and multi-line comments. All characters available inside any…


