answer 14 please Close the file associated with input_file. close input_file; fc
ID: 3660243 • Letter: A
Question
answer 14 please
Close the file associated with input_file. close input_file; fclose( input_file ); fcloseall(); input_file(fclose ); The function called menu which prints the text string "Menu choices", and does not pass any data back, and does not accept any data as parameters, looks like void menu( void ) { printf("Menu choices"); } int menu( void ) { printf "Menu choices"); } int menu( char string[ ] ) { printf("%s", string); } A function prototype for the above function looks like int menu( char [ ] ); void menu( char [ ] );Explanation / Answer
b) fclose (input_file);
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.