download Mastguru Android App

Question Detail

In C how many parameters can passed to a function

  • 2
  • 5
  • 10
  • as many as defined in function definition
Similar Questions :

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

  • stack
  • branch
  • tree
  • queue

2. Which is problem oriented language

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

3. ++i is equivalent to

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

4. Which of the following name does not relate to stacks

  • FIFO lists
  • LIFO list
  • Piles
  • Push-down lists

5. Which is ALGOL based simulation language

  • FORTRAN
  • SIMSCRIPT
  • GASP IV
  • none of above
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment