Google News
logo
CPP - Quiz(MCQ)
What is the header file for vector permutation?
A)
vector_permutation.h
B)
vector_permutation
C)
vector_perm
D)
<algorithm>

Correct Answer :   <algorithm>


Explanation : To use permutation on a vector we can use the “next_permutation” function defined in the header.

Advertisement