Published
- 1 min read
scanf not working in vscode
The solution for this is noted below
scanf not working in vscode
Solution
// use those at the top of the code:
#ifdef _MSC_VER
#define _CRT_SECURE_NO_WARNINGS
#endif
Try other methods by searching on the site. That is if this doesn’t work