Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

c malloc

int cp(void)
{
    char *s;

    s = malloc(12);
    strcpy(s, "Best School");
    return (0);
}
Source by alx-intranet.hbtn.io #
 
PREVIOUS NEXT
Tagged: #malloc
ADD COMMENT
Topic
Name
6+1 =