Jan 6, 2009

char str1[]="Hello";// char *str2=”Hello”;// they are dfferent, str1 is on the local, str2 is on the data segment

char str1[]="Hello";//
char *str2=”Hello”;//
they are dfferent, str1 is on the local, str2 is on the data segment

No comments:

Post a Comment