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 …
Category: Computing
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 …
How to implement stacks in c++?
Introduction to arrays as class member data How to implement stacks in c++? How arrays are used as data members of Class? So far it is seen only the variables and functions can be used as members of a class. Read More …
How to implement recursion in C++? Explain with an example
Introduction How to implement recursion in C++? Explain with an example There are certain cases where it is necessary a function calls itself. Such types of functions are called recursive functions. This call can be direct or indirect. Recursive functions Read More …