Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Undefined behavior
#include <stdio.h> //#include <string.h> int main() { char *str = "hello, world!!\n"; char strc[] = "good morning\n"; strcpy(strc, str); printf("%s\n", strc); return 0; }
run
|
edit
|
history
|
help
0
bit shift and mask
sorted array
C_141113_VariosPerfectos
Spring 2017 Project 2 v1.1
lab pro v.05
Check EOF Value
th
rsqrt from 0
Project v0.07
Test2