Data Structures
Description: This test consists of multiple choice questions related to data structure concept for computer science students and gate aspirants. | |
Number of Questions: 15 | |
Created by: Darshan Khurana | |
Tags: Data strucuture cs gate Data Structure |
What is the mean of 'MAX' term in the syntax below? typedef struct stack{ int data[MAX]; int top;}stack;
Serving requests of a single shared resource and transferring data asynchronously is an example of ___ data structure?
What will be the pre-order traversal of the given in-order traversal of tree SQTPURV?
Which of the following field in the doubly linked list contains the address of the first element of the list?
Which of the following is not a true statement?
Which of the following is/are not a true statement(s)?
Which of the following value will be represented by the previous pointer field in the doubly linked list, if there is no preceding element in the list?
Which of the following will be the sentinel value for front variable for the underflow condition of queue?
Which of the following field in the doubly linked list should be Null in case of empty linked list?
A priority queue can be implemented by using ____?
Elements can be added and removed from the either end in ____?
What is the mean of shape property of a heap data structure?
Which of the following has hierarchical representation of data structure?
Which of the following is a false statement?
Which of following stack operation returns a Boolean value?