#include <stdio.h>

static inline char add(){
    char a[10]="hii adarsh";
    printf("%s",a);
}

int main() {
    add();
}

Embed on website

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