Showing posts from February, 2020Show All
Simple cpp program with if else statement to check if the numbers are equal or not
CPP program to subtract two matrix
CPP program to print the reverse of a string
CPP program to print the prime number elements in an array
CPP program to print the input numbers in an array
CPP program to print the factorial of a number
CPP program to print only odd number elements in an array
CPP program to print only even number elements in an array
CPP program to print A to Z
CPP program to multiply two matrix
CPP program to implement binary search in an array
CPP program to find out a number is prime or not using function
CPP program to find maximum element of an array with less time complexity
CPP program to divide one matrix by the other
CPP program to display the odd and even elements separately in an array
CPP  program to display the 5 elements of an array of size 10 using loop
CPP program to display the 5 elements of an array of size 10 using loop from backwards
Program to concatenate two strings in CPP
Program to calculate area of triangle in CPP
Program to add two matrix in CPP