Question Detail

Which of the languages is often translated to the pseudo code

  • PASCAL
  • FORTRAN
  • PL/I
  • BASIC
Similar Questions :

1. Which data structure is needed to convert infix notations to postfix notations

  • linear list
  • tree
  • stack
  • queue

2. Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings

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

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

4. Which is having highest precedence in C

  • relational operators
  • equality operator
  • logical operator
  • arithmetic operator

5. O log(n) can be conneted with

  • Selection sort
  • Insertion sort
  • Binary sort
  • Merge sort
Read more from - Data Structure Questions Answers - Chapter 1