Wed Oct 22, 2008 1:08 am
Wed Oct 22, 2008 1:09 am
char *test = "abcde";
char *test = malloc (6);
test [0] = 'a';
test [1] = 'b';
test [2] = 'c';
test [3] = 'd';
test [4] = 'e';
test [5] = '\0';
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.