You can create a dynamic array by using malloc function. example: If you want to create an integer array size 10, you can use int *arr=(int ...
確定! 回上一頁