Indicate whether the statement is true or false
FALSE
Structured programming languages include .
a) Ada b) Pascal c) C d) All of the above.
Given the following code, write a C statement to open the file “customers.txt” for reading in data.
FILE *accounts;