online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> void main() { int status; char fname[20]; printf("\n\n Remove a file from the disk :\n"); printf("----------------------------------\n"); printf(" Input the name of file to delete : "); scanf("%s",fname); status=remove(fname); if(status==0) { printf(" The file %s is deleted successfully..!!\n\n",fname); } else { printf(" Unable to delete file %s\n\n",fname); } }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue