Answer:
Following are the statement in the c++ language
ifstream inFile; // declared a variable inFile
ofstream outFile;
//declared a variable outFile
Explanation:
The ifstream and ofstream is the file stream object in the c++ Programming language .The ifstream file stream object is used for reading the contents from the file whereas the ofstream file stream object is used for writting the contents into the file.
- We can create the variable for the ifstream and ofstream These variable is used for reading and writing into the File.
- Following are the syntax to create the ifstream variable and ofstream variable
ifstream variablename;
ofstream variablename
A limited purpose credit means it can only be used for out of town references and not as a everyday use.
<span />
A web resume is better than a traditional resume because it contains images or photographs.
<h3>What is a web resume?</h3>
A web resume is defined as a resume that is read by a computer program that summarizes the information of each employee. It is a virtual resume that is used by the company to take information about the person.
Web resume contains the data such as their education, skills, job experience, languages, and so on.
Thus, the photo of the project or internship that has been done in past can be shown on the web resume by uploading the certificate on the computer system along with the resume.
For example, the company takes the information of the person on their server before the interview.
More about the web resume link is given below.
brainly.com/question/862477
<span>The statement that fields that contain numbers but will not be used for arithmetic operations usually are assigned a data type of memo is false.
</span>
Answer:
Procedural abstraction is a method in which all sub tasks of a whole functionality must be created separately as method and each method/ procedure must be performing a distinct functionality. For example if we want to write a program to calculate and display result of students in class and create separate methods to get students record, to calculate grades to display results is a procedural abstraction approach. Here not only the methods created have distinctive function the administrative can vary the level of abstraction as well.
It is important in computer science for the following ways:
1) Increase the level of code readiness as all separate functionality tasks will have a separate methods.
2) Prevents unauthorized of data.