Challenger App

No.1 PSC Learning App

1M+ Downloads
Which data structure is used for implementing recursion ?

AList

BArray

CStack

DQueue

Answer:

C. Stack


Related Questions:

How do you define a function in JavaScript ?
Which of these is not a programming language?
Which of the following is an abstract data type?

Which of the following statement is /are correct about member functions in a C++ Class?

(i)A member function is defined only outside the class

(ii)A member function with the same name as its class is called a constructor

(iii)A member function operate on class data

.............is used to declare and initialize an object from another object of same class in C++.