Write a C++ program to read a matrix of size m * n from the keyboard and display the same on the screen using class and object
#include #include #include class abc { private: int m,n,m1[8][8],c,r,i,j; public: abc() { cout
#include #include #include class abc { private: int m,n,m1[8][8],c,r,i,j; public: abc() { cout
#include #include #include class abc { private: int *n,s,i; public: abc(int x) { s=x; } void getdata() { n=new int(s); for(i=0; i
#include #include class abc { private: int t; public: void swap(int *a, int *b) { t=*a; *a=*b; *b=t; } }; void main() { int a,b; clrscr(); abc sa; couta; coutb; sa.swap(&a,&b); cout
How to Center Text and Image With CSS When you create a website. Then, there are many situations comes where you want to align your text or image in the center of the div...
Nowadays, your website is not only limited to desktop or laptop it will be visited by a wide variety of devices like Desktop Tablet and Mobile with large medium and small sized. The layout...
What is Child Theme A WordPress child theme is a theme that inherits its functionality from the parent theme. It gets all the code from the parent theme. When you do any customization in...
If you are running a wordpress site then you must aware about the diffrent user role and their capabilities. When you create a user on the WordPress site, they get access to the WordPress...
What is Google Analytics If you are running a website then there are many questions which always come in your mind. Like from which place (Geographical) people are visiting your website, how long they...
Registration form is a way to get the basic information of a user like their name, email contact no, gender etc. Mostly Registration form is used on dynamic websites to store the users information...
When you visit any website How can you communicate with the website owner regarding any query related to the website. So for that there is a way to do this. You always find a...