download Mastguru Android App

Question Detail

Which is having highest precedence in C

  • relational operators
  • equality operator
  • logical operator
  • arithmetic operator
Similar Questions :

1. Which of the following data structure is linear data structure

  • Trees
  • Graphs
  • Array
  • None of above

2. What are the minimum number of queues needed to implement the priority queue?

  • One
  • Two
  • Three
  • Four

3. Which sorting method is slowest

  • Quick sort
  • Heap sort
  • Shell sort
  • Bubble sort

4. Merge sort uses

  • Divide and conquer strategy
  • Backtracking approach
  • Heuristic search
  • Greedy approach

5. Deletion from one end and insertion from other end is

  • stack
  • branch
  • tree
  • queue
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment