Vidyalelo
Data Structure · Q575

Miscellaneous on Data Structures

Programming · Data Structure · question 575

Q575

What will be the auxiliary space requirement (excluding call stack) of the program to print combinations of r elements each from array of size n?

A.
O(n*r)
B.
O(n/r)
C.
O(n)
D.
O(r)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board