online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <string.h> #include <stdio.h> char* tachar(char *texto, char simbolo){ int longitud = strlen(texto); memset(texto, simbolo, longitud); return texto; } int main(){ char texto[] = "Bienvenidos a Reverse ESP la mejor comunidad de low level"; char simbolo = '@'; printf("%s\n", tachar(texto, simbolo)); return 0; }

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