Showing posts with the label arraysShow all
C++ Program to print array in reverse order
C++ program to search a given element in an array
C++ program to search and print index position of an element in array
C++ program to print second largest element in array
C++ program to print second smallest element of the array
C++ program to find and print the smallest element of the array
C++ program to count occurrences of an array element
C++ program to print multiplication of largest and smallest element of array
C++ program to check given year is leap year or not
Program to print all the odd numbers in an array | C++ program to print odd numbers in array
Program to print all the even numbers in an array | C++ program to print even numbers in an array
Find the sum of all elements of an array with and without using functions.
Print the total sum and sum of all rows and all columns of n by n matrix. How to find the sum of row in a matrix
Calculate and print the total sum, mean, sum of all even numbers & odd numbers in an array using c++