Question: I need help with a c++ function. I need this function to read in an input file containing multiple choice questions/potential answers and to store
I need help with a c++ function. I need this function to read in an input file containing multiple choice questions/potential answers and to store that data into a 2d array of strings. This function cannot use classes or vectors or anything "advanced". The input file will have 0-50 questions; each with 4 multiple choice responses. The array should be titled questionArray. (it's a .txt file)
update:
What is my name?
John
Bob
Lance
Mike
What is my favorite animal?
Cat
Dog
Lizard
Tiger
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
