malloc () returns a pointer to the allocated memory, so y must be a Vector pointer. In the second line you allocate memory for an array of 10 ...
確定! 回上一頁