B - because you should always be honest when it comes to working your hours and getting paid the right amount.
Add a <div> around it.
example:
<div id = "content">
<p> content</p>
</div>
Answer:
Option B
<u><em>Hope this Helps!!! :)</em></u>
Answer:
inFile.open("progdata.dat");
Explanation:
This command opens the file which is passed to it as an argument. We are quite used to the C++'s cin and cout functions contained in iostream library for reading and writing data, however, when working will real-life stuff, we find ourselves working with huge data saved as separate files and require our programs to read them, manipulate them and possibly write back to the files... The first operation usually carried out before a file can be read or written to is open