I made a template for c++ and when I am compiling the code there is some error in the code due to which output.txt
file execute infinite times and consume almost 7 GB of space how to delete that file (not able to delete it giving error while deleting
Problem with the sublime output.txt
@Jainish-Patel-1007094602980100 first of all you need to stop the execution of the program by pressing CTRL + C in the terminal. After that, you can delete the file.
why it happen so often is there any solution for it
@Jainish-Patel-1007094602980100 try to find the bug that is causing your program to go into infinite loops so very often.
Please mark thisi doubt as resolved if you dont have any further queries.