CSE333, Summer 2020. L04: The Heap, Structs malloc(). ❖ General usage: ... int* b = malloc(2*sizeof(int)); int* c; a[2] = 5; b[0] += 2; c = b+3;.
確定! 回上一頁