A C++ Program to check whether a number is a palindrome or not.
Anush
Website: https://techstream.org
Posts created: 230
Latest posts - Page 22
To check if year is leap year or not
A C++ Program to Check wherther a given year is a leap year or not.
largest number in array
A C++ Program to find largest element in an array. Here we will explain with a numeric array
Cprograms
Count number of Vowels
A C++ Program to count total number of vowels in an character array.
Linear search
A C++ Program to do linear search in a one dimensional array of numbers or characters using ordinary search method.
Basic Class and objects 2
A C++ Program to illustrate Usage of class in C++ , with inline and other functions.