Sublime Forum

Can somebody help me?

#1

Hello, I am Ram. I am learning C-Language. At the time, I am getting the same error again. I am unable to scanf function. I am providing the screenshot of the error I am getting.


I hope somebody will help me soon.

0 Likes

#2

Best guess is that you have Rahul.exe still running somewhere, thus the compiler is unable to override the file. This is a limitation specific to windows. You should be able to confirm this using Task Manager.

On a separate note you can’t use scanf within Sublime Text without a plugin. The build system does not support input. See Scanf not considered. You’re best off using a terminal of some sort (either in Sublime Text as a plugin, or a separate window).

0 Likes