In C, how do you perform an int array malloc allocation? - Quora

文章推薦指數: 80 %
投票人數:10人

You can't, at least not directly. Arrays in C are fixed-sized structures stored in contiguous memory. One call to malloc() is guaranteed to return a contiguous ... Somethingwentwrong.Waitamomentandtryagain.Tryagain



請為這篇文章評分?