QUESTION3A
True or False
4
QUESTION39 To set up a file to perform file IO, you must declare at least one variable to write to the file, one or more file stream objects, or a string array to store the file contents. All of these None of these
QUESTION40 True/False Indirect recursion means that a function calls itself several times. True False