C programming:
the question below refers to a group of related statement toprint two values to a file?
part a / write a statement to declare a pointer to a file calledfpOut .
part b / write a statement to open a file (located in the sameVisual Studio project as the program )called output.txt for writingand assign the result to fpOut ?
part c / write a statement to print two floats a and v to thefile output.txt .Print each with two decimal digits
Expert Answer
An answer will be send to you shortly. . . . .