this is achieved through malloc() function. Like : char *ptr = (char*)malloc(10);. The above line allocates a memory of 10 bytes on heap and we ...
確定! 回上一頁