Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
How strxpy work
#include <stdio.h> //#include <string.h> int main() { char *str = "hello, world!!\n"; char strc[] = "good morning\n"; printf("%d %d\n",sizeof(strc),strlen(strc)); strcpy(strc, str); printf("%s\n", strc); printf("%d",strc[15]); return 0; }
run
|
edit
|
history
|
help
0
FUNCTIONS Shape functions
Prime no
Avance Pregunta 2 guía 4
prime or not
my first matrix addition
A_141117_Primo02
PJE
menu
24-June-2015
pointer