Question Detail

Which is having highest precedence in C

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

1. In C how many parameters can passed to a function

  • 2
  • 5
  • 10
  • as many as defined in function definition

2. Merge sort uses

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

3. Information about an array used in a program will be stored in

  • symbol table
  • activation record
  • dope vector
  • system table

4. Which is ALGOL based simulation language

  • FORTRAN
  • SIMSCRIPT
  • GASP IV
  • none of above

5. Repeated execution of simple computation may cause compounding of

  • round off errors
  • syntax errors
  • run time errors
  • logic errors
Read more from - Data Structure Questions Answers - Chapter 1