Thanks to visit codestin.com
Credit goes to www.tutorialspoint.com

Compile Embedded C Online

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