error C4996: 'scanf': This function or variable may be unsafe in c programming
问题 I have created a small application to find max number by using user-defined function with parameter. When I run it, it shows this message Error 1 error C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. What do I do to resolve this? This is my code #include<stdio.h> void findtwonumber(void); void findthreenumber(void); int main() { int n; printf("Fine Maximum of two number\n