Google News
logo
CPP - Quiz(MCQ)
What is meant by permutation in c++?
A)
To find all the combination of the range
B)
To find all the values in the range
C)
To delete all the values
D)
To find all the values & combination in the range

Correct Answer :   To find all the combination of the range


Explanation : The permutation is used to find all the combination of numbers in the range.

Advertisement