//this is a program to display star pattern 1 #include<iostream> #include<conio.h> using namespace std; int main() { i...
Read More
Showing posts with label Basic Cpp Program. Show all posts
Showing posts with label Basic Cpp Program. Show all posts
Write a program to display star pattern 2
//this is a program to display star pattern 2 #include<iostream> #include<conio.h> using namespace std; int main() { i...
Read More
Write a program to find the square of the given number
//this is a program to find the square of the given number #include<iostream> #include<conio.h> using namespace std; int ma...
Read More
Write a program to display the square and the cube of 10 numbers
//this is a program to display the square and the cube of 10 numbers #include<iostream> #include<conio.h> using namespace s...
Read More
Write a program of sorting the given array
//This is a program of sorting the given array #include<iostream> #include<conio.h> using namespace std; int main() { ...
Read More
Write a program to find the smallest among 3 numbers
//this is a program to find the smallest among 3 numbers #include<iostream> #include<conio.h> using namespace std; int ...
Read More
Write a number to find the smallest among two numbers
//this is a number to find the smallest among two numbers #include<iostream> #include<conio.h> using namespace std; int m...
Read More
Write a program to find the smallest element of the given array
//this is a program to find the smallest element of the given array #include<iostream> #include<conio.h> using namespace st...
Read More
Write a program Of searching of the array element METHOD 2
//this is a program Of searching of the array element METHOD 2 #include<iostream> #include<conio.h> using namespace std; ...
Read More
Write a program Of searching of the array element
//this is a program Of searching of the array element #include<iostream> #include<conio.h> using namespace std; int main(...
Read More
Write a program to demonstrate scope resolution operator in c++
//this is a program to demonstrate scope resolution operator in c++ #include<iostream> #include<conio.h> int x=10; using na...
Read More
Write a program to find the reverse of the entered number
//This is a program to find the reverse of the entered number #include<iostream> #include<conio.h> using namespace std; i...
Read More
Write a program to find whether the number is positive negative or zero
//this is a program to find whether the number is positive negative or zero #include<iostream> #include<conio.h> using name...
Read More
Write a program to print the star pattern in pyramid form
//this is a pattern to print the star patter in pyramid form #include<iostream> #include<conio.h> using namespace std; int ...
Read More
Write a program to find whether the entered number is palindrome or not
//This is a program to find whether the entered number is palindrome or not #include<iostream> #include<conio.h> using name...
Read More
Write a program to display number pattern 1
//this is a program to display number pattern #include<iostream> #include<conio.h> using namespace std; int main() { i...
Read More
Write a program to display number pattern 2
//this is a program to display number pattern 2 #include<iostream> #include<conio.h> using namespace std; int main() { ...
Read More
Write a program to display number pattern 3
//this is a program to display number pattern 3 #include<iostream> #include<conio.h> using namespace std; int main() { ...
Read More
Write a program of matrices addition
//this is a program of matrices addition #include<iostream> #include<conio.h> using namespace std; int main() { int a[...
Read More
Write a program to find the whether the entered year is a leap year or not
//this is a program to find the whether the entered year is a leap year or not #include<iostream> #include<conio.h> using n...
Read More
Subscribe to:
Posts (Atom)