Multiple Choice
Which statement correctly opens an input stream named in_file and attaches it to a file name project.txt?
A) in_file=project.txt
B) in_file="project.txt"
C) in_file.open"project.txt") ;
D) in_file.openproject.txt) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: When passing a stream to a function,
Q27: Which of the following loop condition statements
Q28: A _ is a flow of characters
Q29: The flag to always show the decimal
Q30: You must use a width statement before
Q32: What is wrong with the following code?<br>While
Q33: "\n" is a _ and '\n' is
Q34: The get function reads<br>A) one integer value<br>B)
Q35: A value that can be turned on
Q36: The put function outputs<br>A) one character value<br>B)