[earlier it was working fine in the same folder but now its not working , i restarted the pc also the also any help will be great][1]
Asked
Active
Viewed 248 times
-5
-
Your array has no nul terminator. So it isn't a C string, and `lengthOfString` has undefined behaviour. Has the executable crashed, or is still runnning? – Weather Vane Sep 28 '22 at 20:51
-
1Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Sep 29 '22 at 00:34
1 Answers
0
As your IDE shows, your program is still running:
On Windows, the linker is not allowed to delete the executable file, if an application launched from it is still running.

the busybee
- 10,755
- 3
- 13
- 30