download Mastguru Android App

Question Detail

A graph with one or more edges is at least

  • 1-chromatic
  • 2-chromatic
  • 3-chromatic
  • 4-chromatic
Similar Questions :

1. Which sorting method is slowest

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

2. The complexity of Binary search algorithm is

  • O(n)
  • O(log n)
  • O(n2)
  • O(n log n)

3. How many divisions are there in COBOL language

  • Two
  • Three
  • Four
  • Five

4. ++i is equivalent to

  • i = i + 2
  • i = i + 1
  • i = i + i
  • i = i - 1

5. Which is having highest precedence in C

  • relational operators
  • equality operator
  • logical operator
  • arithmetic operator
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment