Fundamentals of Computer

Fundamentals of Computer is described below – Introduction of Fundamentals of Computer The main function of a computer is to process the input data according to a specific program to produce the desired output. This is why a computer is …

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.  …

Loading

History or Origin of Computer

Introduction of History or Origin of Computer Perhaps the Computer is the most powerful and versatile tool created by human beings till now that can be known by studying the history or origin of the computer. In today’s scenario, the …

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 …

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 …

Loading

Fundamental of Data Structure

Click Here for Dynamic Memory Allocation/De-allocation Methods Click Here for Difference between Malloc() and Calloc() Introduction of Fundamental of Data Structure Data structures are used in almost every program/software system. It is a data storage format to store different types …

Loading

Difference Between in DS

Array & Linked List Difference between in DS    Slno. Array Linked List 01. They are static, i.e. size of an array is fixed. They are dynamic, i.e. size of a list is not fixed. 02. Memory is allocated/formed in the …

Loading

Reference Books in DS

The popular Reference Books in DS(Data Structure) are : Slno. Book Names Publications Author/Writer 1. C & Data Structures S. Chand Publications N.B. Venkateswarlu & E.V. Prasad 2. Data Structures using C Oxford Publications Reema Thareja 3. Data Structures in …

Loading

Interview Questions in DS

Topics wise Interview Questions in DS Introduction & Fundamentals of DS Ques. : What is Data Structure? Ques. : What is the use of Data Structure in computers? Ques. : What are the types of Data Structures? Ques. : What …

Loading

Miscellaneous Topics in DS

Miscellaneous Topics in DS or Data Structure Terminology Abstract Data Type(ADT) Abstract Data Types are a fundamental concept in computer science that allows developers to think about data structures at a high level, focusing on what they can do rather …

Loading