Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

Undefined behavior

Language: Layout:
+ ] Compiler args + ] Show input
Compilation time: 0.13 sec, absolute running time: 0.14 sec, cpu time: 0.05 sec, memory peak: 3 Mb, absolute service time: 0,36 sec 
edit mode |  history  | discussion
Warning(s):
source_file.c: In function ‘main’:
source_file.c:7:9: warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration]
         strcpy(strc, str);
         ^
source_file.c:7:9: warning: incompatible implicit declaration of built-in function ‘strcpy’
source_file.c:7:9: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
hello, world!!