If you want to represent any data in machine level we required two electronic pluses ON and OFF . We represent this pluses with the help of...
Read More
Showing posts with label Cpp. Show all posts
Showing posts with label Cpp. Show all posts
Fix the Compilation Error and find the output in New Operator
Fix the Compilation Error and find the output #include<iostream> using namespace std; class Test { int x; public: ...
Read More
Ways to store Array address in Pointer
Ways to store Array address in Pointer Suppose we have a pointer 'p' and an array 'a' : Declaration : i...
Read More
Program to search the given element in entered array using pointer.
A Program to search the given element in entered array using pointer. Program: #include<iostream> using namespace ...
Read More
PRACTICAL EXAM QUESTIONS C++
PRACTICAL EXAM QUESTIONS
Read More
Write a program to display star pattern 1
//this is a program to display star pattern 1 #include<iostream> #include<conio.h> using namespace std; int main() { i...
Read More
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
Subscribe to:
Posts (Atom)