Question Detail

Which is having highest precedence in C

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

1. The complexity of linear search algorithm is

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

2. Which is problem oriented language

  • BASIC
  • PL/I
  • FORTRAN
  • none of above

3. Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings

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

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

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

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