我在嘗試從文件讀取到二維動態數組時遇到段錯誤。我知道這是一個含糊不清的問題,但這是我的第一個C代碼,我一直無法找出問題所在。任何方向將不勝感激。 這些是我的變量: int i;
int rowsize=0;
int colsize=0;
int colenter=0;
int rowenter=0;
int colexit=0;
int
int main() {
int fd; // File Descriptor for the integer file
int pagesize=getpagesize(); // To store the size of virtual page
printf("\nPage size is %d bytes.\n100 integers require %l