LeandraMiller15971 LeandraMiller15971 04-03-2024 Computers and Technology contestada Given the following FILE pointer variable definition, write the code that will open a file named " " for read-only access and print a message of your choice if there was an error in doing so. FILE *my_file = 0;