Harshad Numbers are those numbers where the number is divisible by the sum of the digits of the integer. Using C++, this concept is implemented.
Automorphic numbers are those numbers in which the unit's place of the square of a number is equal to the number itself. Similarly, using C++ the program is explained.
An Anagram is basically the arrangement of letters of another word irrespective of the order. The program is implemented using C++, shows how anagrams are generated.
These Star Patterns using C++ are basically the application of Loops which are frequently asked in different recruitment drives, interviews, etc.
A string is a collection of characters. This C++ program elaborates on various inbuilt functions used to perform different string-related operations.
This menu-driven program is implemented using C++ language, allows the user to select a particular sorting technique from the menu, and automatically the sorted result is generated to the user.