Solved

Which of the Following Is a Valid Generator Function Prototype

Question 12

Multiple Choice

Which of the following is a valid generator function prototype for use with generate or generate_n on a vector<char>?


A) void nextLetter() ;
B) char nextLetter() ;
C) char nextLetter(char) ;
D) char nextLetter(int) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions