Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
150109_RecursividadPrimo
swap_bitwise.c
Humko
Max3
swapping using call by reference
C programming example for a Person struct and typedef (from ECE 2534)
mapOfIndia
Lab 10 v1
HW4e5
null p null q
Please log in to post a comment.