ARMSTRONG NUMBER
A number of m digits is said...
C++ Program to display the size of different Datatypes [DEVCPP/GCC]
SIZEOF OPERATOR
This compile time operator...
C++ Program to demonstrate Union type [DEVCPP/GCC]
UNION
Union is a user defined variable.
It...
C++ Program to change Foreground Colour of Console Screen(Windows) [DEVCPP/GCC]
PROGRAM
//Program to change Foreground Colour of...
C++ Program to demonstrate String datatype [DEVCPP/GCC]
STRING DATATYPE
In C++, strings are not a built-in...
C++ Program to demonstrate use of continue statement [DEVCPP/GCC]
CONTINUE STATEMENT
Whenever a continue statement...
C++ Program to display Hexadecimal and Octal Equivalent of a given number [DEVCPP/GCC]
PROGRAM
//Program to display Hexadecimal and Octal...
C++ Program to perform Left Shift Operation [DEVCPP/GCC]
LEFT SHIFT OPERATOR (<<)
The left...
C++ Program to find Greatest common Factor (GCF) and Least Common Multiple (LCM) of a number [DEVCPP/GCC]
GREATEST COMMON FACTOR (GCF)
It is also known...
C++ Program to determine the type of character and its ASCII value [DEVCPP/GCC]
ASCII VALUES
The ASCII values of Digits and Alphabets...
C++ Program to print a string multiple times using goto and labels [DEVCPP/GCC]
GOTO STATEMENT
The goto statement is used to transfer...
C++ Program to check whether the number is even or odd using bitwise AND (&) operator [DEVCPP/GCC]
BITWISE AND (&) OPERATOR
Bitwise operators...
C++ Program to check whether the number is even or odd using division operator [DEVCPP/GCC]
The division of odd numbers with 2 will always...
C++ Program to demonstrate use of Binary, Octal and Hexadecimal numbers as Integer literals [DEVCPP/GCC]
In C++, we can use Binary numbers, Octal numbers...
Subscribe to:
Posts
(
Atom
)