Online Embedded C Compiler

#include <string.h> int main() { char str[20]; strcpy(str, "Hello, Word!"); return 0; }