Given the statement below, write your name to the data file. Assume the file has been sucessfully opened.
?
inFile.open("datafile.txt", ios::in);
What will be an ideal response?
Answers will vary due to the different names.inFile
Computer Science & Information Technology
You might also like to view...
Dynamic addressing is a flexible method of stating IP addresses and masks without needing to classify the addresses
Indicate whether the statement is true or false
Computer Science & Information Technology
A C++ predefined function
a) argument is the value the predefined function starts with b) may be called any number of times in a program. c) computed value is the return value d) call is an expression that has the type specified as the return type of the function and can be used anywhere any other expression of that type could be used. e) #include is all that is ever necessary to provide access.
Computer Science & Information Technology