How to write a program in any language? How to write a program in C++? . Its always difficult when you are asked to write a program for the first time. Programming is something most of which students are afraid Read More …
Category: Computing
How to define inheritance in C++?
Introduction to inheritance How to define inheritance in C++? what are the applications of using it? Inheritance is one of the most significant feature of object oriented programming. It is the process of creating a new class also called the Read More …
How to reduce the system storage?
How to reduce system storage? How to reduce the system storage? No matter, how huge a hard drive you have in your PC, there will come a time when your system’s storage reduces. If you are facing the same problem, Read More …
how to find the IP address of printers ?
how to find the printers IP address? how to find the IP address of printers ? In order to answer the question how to find the printers IP address, read it here. There are few different methods you can try Read More …
How to classify the memory cards into different types?
What are the memory cards? How to classify the memory cards into different types? Memory cards empower versatile clients effectively to transport computerized photographs, music, or documents to and from cell phones and PCs or other devices. A memory card Read More …
How much storage is needed for a system?
How much storage is need for a system? How much storage is needed for a system? Before knowing about that how much storage a system needs to be run, firstly we have to know what is the Role of storage Read More …
study in Canada for free with scholarship 2021
The best scholarships for study in Canada 2021 study in Canada for free with scholarship 2021. In the Last Few Months, Canada has gotten Popular. The Biggest Scholarships in Canada for the Academic Year 2021-2022 is Now on air. Canada Read More …
How dual monitors are set using HDMI?
How dual monitors are set using HDMI? How dual monitors are set up using HDMI? Before answering the question of how to setup dual monitors with HDMI, lets have the brief introduction of HDMI. HDMI (High Definition Multimedia Interface) a Read More …
How many types of data conversion are there in C++?
What is Data Conversion in C++ How many types of data conversion are there in C++? The equality operator is used to assign a constant value to a variable or a one variable value to another variable. For example if Read More …
How to differentiate between getch() and getche() function?
How to differentiate between getch() and getche() function? What is the difference between getch() and getche() function ? Why do we use these two functions in a C++ program? They are actually built-in functions in standard library of c++. Both Read More …