Classifications of Computers

Types or Categories or Classifications of Computers Classifications of Computers can be done essentially using two different types of computer processing technology. Each is made possible by a different kind of circuitry, and each is suitable for different purposes. Computers are broadly classified into three major categories, based on the Read more…

Loading

Generations of Computer

Introduction of Generations of Computer The evolution of computers is studied with generations of computer and is started in the 16th century and resulted in today’s modern machines. The present-day computer, however, has also undergone rapid change over the years.  Each new generation of computers is not only superior from Read more…

Loading

Linked List

Memory Allocation/Linked List Method’s Link        Introduction A linked list is also known as a ‘Self Referential Structure‘ because a member of the structure/node is declared as a pointer that points to the same (but another) structure/node in the list. The structure is the most appropriate data variable Read more…

Loading

Interview Questions in C++

The topic-wise interview questions in C++ are – OOPS Ques. : What is OOPS? Ques. : What is C++? Ques. : What is Data Hiding? Ques. : What is Encapsulation? Ques. : What is Abstraction? C++ Fundamental Ques. : What is C++? Ques. : What are the Data type in Read more…

Loading