Array of Structure in C Language

Array of Structure in C Language An array of structures in C Language can be seem as the collection of multiple structures variables where each variable contains information about different objects Array within structures in C are used to store information about multiple entities of different data types. The array of structures is also known […]

Train Information Program using Structure in C

Train Information Program using Structure in C Here in this tutorial we are going to implement a program in c for the following problem. Program for Following Define a structure data type TRAIN_INFO. The type contain Train No.: integer type Train name: string Departure Time: aggregate type TIME Arrival Time: aggregate type TIME Start station: […]

How to Access Structure Members in C ?

How to Access Structure Members in C ? Structure in C Programming is an important construct which is used to the information of different types of variable or data elements. We can access the structure members (means read and assign the value of structure member)  using dot . operator in c programming. 1.Structure members are […]

Hard Disk Structure and Disk Concepts

Disk Structure in OS In this tutorial you will learn about hard disk structure in os and related concepts. Secondary storage concepts are also discussed in this tutorial. Various disk performance parameters are also explained. Questions based on disk are generally asked in GATE exam. This tutorial will be beneficial for computer science students and […]

Mongodb and SQL Databases

Difference Between MongoDB and SQL Databases Difference Between MongoDB and SQL Databases is explained in this tutorial. MongoDB and SQL  Based Databases both are useful in Databases Management System. MongoDB is database whereas SQL is a structured query language used to interact with database. Students used MongoDB as Database for their project work. MongoDB and […]

High Level Data Link Control Protocol

HDLC Protocol in Computer Networks HDLC protocol in computer networks is a mechanism which is used in data-link layer. HDLC is a bit oriented protocol for making communication over point to point or multipoint links. Full form of HDLC is high level data link control protocol. Bit oriented protocol means, here the data collected from the […]

Database Recovery Management System in DBMS

Database Recovery Management in DBMS Database Recovery Management in DBMS mainly concerns transaction Recovery System is DBMS or how to recover the Database in case of system failure. This tutorial will learn and understand the different transaction recovery techniques used in database recovery management in DBMS. Database recovery management in DBMS is an important topic from the GATE […]

Database Management System Tutorials

DBMS Tutorial Database Management Systems or DBMS is an essential subject of the Computer Science Branch. Questions from DBMS are generally asked in the GATE CSE and UGC NET exams. DBMS Tutorial for various topics of DBMS are appropriately explained here. These Database Management System notes are prepared for computer science students or those preparing for the GATE (CS/IT) […]

Database Languages with Example

Database Languages with Example This database languages in DBMS based tutorial covers the basic concepts of database languages in DBMS. Database languages introduction, types of database language such as Data Definition Language and Data Manipulation Languages. Different Database Languages Commands are also discussed explained in the DBMS Language tutorial. Frequently Asked Questions By the end […]

Structure in C Programming

Structure in C Programming Structure in C Programming is a collection of variables of different types under the same name. In simple words, structure in c programming is used to store different types of data elements. In this tutorial, we will learn about structure in c programming. We will learn the following concepts about structure in C […]

Interview Questions in DataBase Management System

Database Management System is a collection of data and the programs to perform the operations on the stored data. These operations may be accessing that data from database, modifying and deleting the data stored in database.  Database Management System is an important subject from Technical Interview point and also for GATE and NET exam.  Basic […]

Floyd Warshall Algorithm Example

Floyd Warshall Algorithm  Example Floyd warshall algorithm example in C or Data structure is used to find the all pairs shortest path it means shortest path among all the vertices pairs in a given weighted graph. In this tutorial we have explained the floyd warshall algorithm example. Frequently asked Questions Some frequently asked questions are […]

Dijkstra Shortest Path Algorithm in DS

Dijkstra Shortest Path Algorithm in Data Structure Dijkstra shortest path algorithm in data structure is used to find the shortest path from one vertex to all other remaining vertices in the given weighted graph. Dijkstra algorithm is also known as single shortest path algorithm because in this algorithm there is a single source vertex. In […]

AVL Tree Questions and Answers

AVL Tree Questions AVL tree questions are explained here in this tutorial with solution. AVL Tree questions are generally asked in GATE CSE exam and also in UGC NET exam. AVL tree questions and answers explained in tutorial are also asked in previous year Data Structure Subject of AKTU examination. AVL practice problems discussed in […]

Binary Search Tree Problems and Solution

Binary Search Tree Problems and Solution Binary Search Tree Problems are generally asked in GATE ,UGC NET exam and also in University examination. There are two types of problems based on Binary Search Tree. These problems are (1) Construct or Build a Binary Search Tree for given sequence of numbers. (2) What will the Binary […]

Evaluation of Postfix Expression Examples

Evaluation of Postfix Expression Evaluation of Postfix Expression using Stack is an important topic in Data Structure for AKTU Data Structure Exam. Problem solving questions based on evaluation of postfix expression is generally asked in various university examination and also in competitive examination such as GATE and UGC NET. Today in this tutorial we will […]

Infix to Postfix Conversion using Stack Examples

Infix to Postfix Conversion using Stack Example Infix to postfix conversion using stack examples with answers are explained here in this tutorial. Infix to postfix conversion using stack based problem solving questions are generally asked in university examination and also in competitive examination. Today in this tutorial we have  discussed the procedure to convert a given […]

C Programming GATE Questions and Answers

C Programming GATE Questions and Answers C programming GATE questions and Data Structure subject weightage in GATE exam is approx. 10 % every year in GATE CSE Exam. C Programming GATE Questions and Answers consists approx. 6 marks  Out of 100 in GATE Exam. Today in this Tutorial we have explained Previous year C Programming […]

GATE CSE Practice Questions and Answers

The best way to prepare for GATE exam is to practice and attempt similar types of questions as asked in GATE Exam. In this tutorial we have provided several GATE CSE Practice Questions subject wise and topic wise. Topics wise gate questions cse tutorials are discussed here in this post. Questions are always asked in […]