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
Subscribe to:
Posts (Atom)