question archive An ASCII file is opened for reading in a C/C++ program with g as its FILE pointer
Subject:Computer SciencePrice: Bought3
An ASCII file is opened for reading in a C/C++ program with g as its FILE pointer. The file contains many lines with two decimal numbers in each. Both numbers are aligned within columns of 15 characters each. Develop a line of code that will read the double variable number1 and the double variable number2 from a line in the fie.