Solved

Which Statement Correctly Opens an Input Stream Named In_file and Attaches

Question 31

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:

verifed

Verified

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

Related Questions