download Mastguru Android App

Question Detail

Which is having highest precedence in C

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

1. O log(n) can be conneted with

  • Selection sort
  • Insertion sort
  • Binary sort
  • Merge sort

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

  • Trees
  • Graphs
  • Array
  • None of above

3. Sort which compares adjacent elements in a list and switches where necessary is

  • Insertion sort
  • Heap sort
  • Quick sort
  • Bubble sort

4. The memory address of the first element of an array is called

  • floor address
  • first address
  • foundation address
  • base address

5. Merge sort uses

  • Divide and conquer strategy
  • Backtracking approach
  • Heuristic search
  • Greedy approach
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment