Initial commit
This commit is contained in:
11
kapitel19/oinitialiserat-ex1.c
Normal file
11
kapitel19/oinitialiserat-ex1.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
char* str;
|
||||
strcat(str, "Hej alla");
|
||||
printf("%s\n", str);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user