I am new in programming in C and I'm not used to work in Visual Studio 2015, my professor sent me a source code for a homework, but I'm obtaining the following error:
Error C4996 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS.
I already looked in the forums of Visual Studio. Nonetheless, I didn't understand how to disable this warning in order to be able to compile the application.