#include <stdio.h>

int main() {
    char name[30];
    printf("Enter Your Name: \n");
    scanf("%s", name);
    printf("%s", name);
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: