#include #include #include int main(void) { char* str; strcat(str, "Hej alla"); printf("%s\n", str); return 0; }