1. >CUET (UG)
  2. >Programming and Data Structure
Found 5  QuestionsSET DEFAULT
Selected Filters
    CUET (UG) Programming and Data Structure
Exams
Years
Subjects
Topics

List of top Programming and Data Structure Questions asked in CUET (UG)

A normal linear queue, if implemented using an array/list of size LIMIT, gets full when :
  • CUET (UG) - 2023
  • CUET (UG)
  • Programming and Data Structure
  • Array
The operation is used to insert a new element at the front of the deque.
  • CUET (UG) - 2023
  • CUET (UG)
  • Programming and Data Structure
  • Queue
Which of the following is not true about queue ?
  • CUET (UG) - 2023
  • CUET (UG)
  • Programming and Data Structure
  • Queue
In queue following operation are performed enqueue(10), enqueue(20), enqueue(15), dequeue( ),enqueue(25), enqueue(35), dequeue( ), dequeue( ), what is the final content of queue.
  • CUET (UG) - 2023
  • CUET (UG)
  • Programming and Data Structure
  • Queue
The postfix for a string is ABC + − D*, the actual string will be :
  • CUET (UG) - 2023
  • CUET (UG)
  • Programming and Data Structure
  • Character String