WhatsApp is a most popular Messenger, more than one Billion peoples are downloaded from google play. It is available in different platforms like Android, Windows, Mac/iPhone, Nokia, Blackberry...
There have 2 way to change processor name. But its just for fun. By changing name it will not affect the speed of the computer.
First way
Before changing the name, check the name by Right...
In previous post Data Types in C++ we know the various data types using in C++. Now let see how can modify these data types. Int, char, float, double data types can be preceded with these modifiers to alter the meaning of the base type to fit various situation properly and expand them to...
First of all we need a editor Turbo C++. In your computer not installed this compiler or editor, you must download and install it. Here Turbo C++ for Windows 7,8,8.1 and Windows 10 with full window screen mode. Follow the instruction to download and installing.
1- Download Turbo C++ from here. ...
Every programming language has a particular structure, like other programming language C++ has their own structure for writing program. Basic structure of C++ programming language as follows.
A...
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
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...