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
18BCE2182 ASSESS_1 Q1-7
Test 2
NOT a String in C
Undefined argument processing order in C
My first 2D array
Lab 7 blackjack v0.5
stack
Encriptado cesar
FUNTION 2
PuntosTriangulo