Hi Guest

MobileUser

1 HomePage 1 Jobs 1 WalkIn 1Articles  

Node.JS Books
Special Offer
Laptop Lenovo
GATE Exam

Cat Exam
Start a Blog
Develop Your Skill

Develop Your Skill

SQL Books

Develop Your Skill

 :) Latest Topic
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
 leftlink
 :) Topic of Day
 
 :) Hot Jobs
 :)
 :) Most Searchable
 


 :) Quiz System
Computer Quiz
Science Quiz
Banking Quiz
Sports Quiz
GK Quiz


  

 
What will be the output of the following program? View:-7709
Question Posted on 15 Feb 2024

What will be the output of the following program?
<br><br><img id='20240215215723-0' src='....
ADS Posted In : Programming Languages | Data Structure MCQ



Which is the most appropriate data structure for reversing a word? View:-9022
Question Posted on 15 Feb 2024

Which is the most appropriate data structure for reversing a word?
Choose the correct option from below l....
ADS Posted In : Programming Languages | Data Structure MCQ


What is the use of the bin data structure? View:-9888
Question Posted on 15 Feb 2024

What is the use of the bin data structure?
Choose the correct option from below list
(1)to have effic....
ADS Posted In : Programming Languages | Data Structure MCQ


The optimal data structure used to solve Tower of Hanoi is _________ View:-16021
Question Posted on 15 Feb 2024

The optimal data structure used to solve Tower of Hanoi is _________
Choose the correct option from below....
ADS Posted In : Programming Languages | Data Structure MCQ


What is the time complexity for searching a key or integer in Van Emde Boas data structure? View:-7190
Question Posted on 15 Feb 2024

What is the time complexity for searching a key or integer in Van Emde Boas data structure?
Choose the co....
ADS Posted In : Programming Languages | Data Structure MCQ


What is an AVL tree? View:-6145
Question Posted on 15 Feb 2024

What is an AVL tree?
Choose the correct option from below list
(1)a tree which is unbalanced and is a....
ADS Posted In : Programming Languages | Data Structure MCQ


Which of the following data structure can provide efficient searching of the elements? View:-5622
Question Posted on 15 Feb 2024

Which of the following data structure can provide efficient searching of the elements?
Choose the correct....
ADS Posted In : Programming Languages | Data Structure MCQ


Which of the following is also known as Rope data structure? View:-5403
Question Posted on 15 Feb 2024

Which of the following is also known as Rope data structure?
Choose the correct option from below list
ADS Posted In : Programming Languages | Data Structure MCQ


Which of the following is the most widely used external memory data structure? View:-5091
Question Posted on 15 Feb 2024

Which of the following is the most widely used external memory data structure?
Choose the correct option ....
ADS Posted In : Programming Languages | Data Structure MCQ


What is the need for a circular queue? View:-6299
Question Posted on 15 Feb 2024

What is the need for a circular queue?
Choose the correct option from below list
(1)easier computatio....
ADS Posted In : Programming Languages | Data Structure MCQ


Which algorithm is used in the top tree data structure? View:-5628
Question Posted on 15 Feb 2024

Which algorithm is used in the top tree data structure?
Choose the correct option from below list
(1)....
ADS Posted In : Programming Languages | Data Structure MCQ


Which of the following data structures can be used for parentheses matching? View:-5546
Question Posted on 14 Feb 2024

Which of the following data structures can be used for parentheses matching?
Choose the correct option fr....
ADS Posted In : Programming Languages | Data Structure MCQ


Which of the following is not the type of queue? View:-5375
Question Posted on 14 Feb 2024

Which of the following is not the type of queue?
Choose the correct option from below list
(1)Priorit....
ADS Posted In : Programming Languages | Data Structure MCQ


Which of the following tree data structures is not a balanced binary tree? View:-5344
Question Posted on 14 Feb 2024

Which of the following tree data structures is not a balanced binary tree?
Choose the correct option from....
ADS Posted In : Programming Languages | Data Structure MCQ


What is a bit array? View:-6221
Question Posted on 14 Feb 2024

What is a bit array?
Choose the correct option from below list
(1)Data structure that compactly store....
ADS Posted In : Programming Languages | Data Structure MCQ


Which of the following application makes use of a circular linked list? View:-4692
Question Posted on 14 Feb 2024

Which of the following application makes use of a circular linked list?
Choose the correct option from be....
ADS Posted In : Programming Languages | Data Structure MCQ


Which data structure is based on the Last In First Out (LIFO) principle? View:-4711
Question Posted on 14 Feb 2024

Which data structure is based on the Last In First Out (LIFO) principle?
Choose the correct option from b....
ADS Posted In : Programming Languages | Data Structure MCQ


Which of the following points is or are not true about Linked List data structure when it is compared with an array? View:-5095
Question Posted on 14 Feb 2024

Which of the following points is or are not true about Linked List data structure when it is compared with an....
ADS Posted In : Programming Languages | Data Structure MCQ


The prefix form of A-B/ (C * D ^ E) is? View:-37
Question Posted on 14 Feb 2024

The prefix form of A-B/ (C * D ^ E) is?
Choose the correct option from below list
(1)-A/B*C^DE
(2....
ADS Posted In : Programming Languages | Data Structure MCQ


The data structure required for Breadth First Traversal on a graph is? View:-5848
Question Posted on 14 Feb 2024

The data structure required for Breadth First Traversal on a graph is?
Choose the correct option from bel....
ADS Posted In : Programming Languages | Data Structure MCQ


Which of the following statement(s) about stack data structure is or are NOT correct? View:-4619
Question Posted on 14 Feb 2024

Which of the following statement(s) about stack data structure is or are NOT correct?
Choose the correct ....
ADS Posted In : Programming Languages | Data Structure MCQ


What is the value of the postfix expression 6 3 2 4 + – *? View:-30
Question Posted on 13 Feb 2024

What is the value of the postfix expression 6 3 2 4 + – *?
Choose the correct option from below list
....
ADS Posted In : Programming Languages | Data Structure MCQ


What data structure would you mostly likely see in non recursive implementation of a recursive algorithm? View:-4483
Question Posted on 13 Feb 2024

What data structure would you mostly likely see in non recursive implementation of a recursive algorithm?
ADS Posted In : Programming Languages | Data Structure MCQ


Which data structure is needed to convert infix notation to postfix notation? View:-6289
Question Posted on 13 Feb 2024

Which data structure is needed to convert infix notation to postfix notation?
Choose the correct option f....
ADS Posted In : Programming Languages | Data Structure MCQ


Which of the following is not the application of stack? View:-5490
Question Posted on 13 Feb 2024

Which of the following is not the application of stack?
Choose the correct option from below list
(1)....
ADS Posted In : Programming Languages | Data Structure MCQ


The data structure required to check whether an expression contains a balanced parenthesis is? View:-5178
Question Posted on 13 Feb 2024

The data structure required to check whether an expression contains a balanced parenthesis is?
Choose the....
ADS Posted In : Programming Languages | Data Structure MCQ


Which data structure is used for implementing recursion? View:-6118
Question Posted on 13 Feb 2024

Which data structure is used for implementing recursion?
Choose the correct option from below list
(1....
ADS Posted In : Programming Languages | Data Structure MCQ


What are the disadvantages of arrays? View:-6420
Question Posted on 12 Feb 2024

What are the disadvantages of arrays?
Choose the correct option from below list
(1)Index value of an ....
ADS Posted In : Programming Languages | Data Structure MCQ


What do you mean by a data structure? View:-6251
Question Posted on 12 Feb 2024

What do you mean by a data structure?
Choose the correct option from below list
(1)A programming lang....
ADS Posted In : Programming Languages | Data Structure MCQ


1
 
  
 :) Categoriese
 :) Most Visited Questions