Which data structure is required to convert the infix to prefix notation? A. Binary tree B. Linked list C. Stack D. Queue
Home/data structure
SIKSHAPATH Latest Questions
Pavanagg
Asked: July 30, 2022In: Data Structure
Which ONE WILL DELETE THE TABLE DATA AS WELL AS TABLE STRUCTURE? A. TRUNCATE B. DROP C. DELETE D. BOTH A & B
Pavanagg
Asked: April 27, 2022In: Data Structure
A mathematical-model with a collection of operations defined on that model is called a. Algorithm b. Data Structure c. Primitive Data Type d. Abstract Data Type
Pavanagg
Asked: April 27, 2022In: Data Structure
Que.Which data structure is used for implementing recursion?a.Listb.Arrayc.Stackd.Queue
Pavanagg
Asked: April 27, 2022In: Data Structure
Question.The memory address of the first element of an array is called ______ .A.first addressB.floor addressC.foundation addressD.base address
Berlin
Asked: January 19, 2022In: Data Structure
Which of the following is not an application of binary search? Finding the lower/upper bound in an ordered sequence Union of intervals Debugging Searching in an unordered list