Things of work
int** ptr = malloc( sizeof(int) * SIZE );char** ptr = malloc( sizeof(char) * SIZE );
int** ptr = malloc( sizeof(int**) * SIZE );char** ptr = malloc( sizeof(char**) * SIZE );
張貼留言
沒有留言:
張貼留言