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

a. void nextLetter();
b. char nextLetter();
c. char nextLetter(char);
d. char nextLetter(int);

b. char nextLetter();

Computer Science & Information Technology

You might also like to view...

What does "I" in the ACID transaction model signify?

a. InnoDB b. INSERT c. isolation d. index

Computer Science & Information Technology

What do you call templates that you create yourself?

A. New templates B. User templates C. Custom templates D. Templates

Computer Science & Information Technology