f = fopen( filename, "r" ); Referring to the code above, what is the proper definition for the variable f?
Reveal answer
Fill a bubble to check yourself
f = fopen( filename, "r" ); Referring to the code above, what is the proper definition for the variable f?