通过已知指针初始化新的指针

以下面函数为例
int* shuffle(int* nums, int numsSize, int n, int* returnSize){
    int* ans = malloc(n*2 * sizeof(int));
}
posted @ 2020-09-22 21:08  ASD123?  阅读(87)  评论(0编辑  收藏  举报