Why is scanf() considered unsafe in Visual Studio?

2.6k Views Asked by At

Why is scanf() considered unsafe in Visual Studio? When in Visual Studio,I must use scanf_s instead of scanf.

0

There are 0 best solutions below