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.open(project.txt);
c. in_file.open("project.txt");
Computer Science & Information Technology
You might also like to view...
Font ____ refers to attributes, such as bold, italic, and underline.
A. typeface B. style C. emphasize D. usage
Computer Science & Information Technology
The element defines the headings for a document or section.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology