DATA TYPES, C++

Data Types In programming, information are stored in computer memory with different data types. They are used for define what type of variables are used in a programming. Variables are nothing but reserved memory location to store values.  C++ support large number of data types. Data type...

TOKENS, C++

Tokens A token is the smallest element of a C++ program that is meaningful to the compiler. The C++ recognizes the following tokens: Identifiers Keywords Literals / Constants Operators String Tokens are usually separated by white space. White space can be one or more blanks, Horizontal...

POPULAR THIS MONTH

Blog Archive