scanf ("%d", &num_names);. // Allocate memory for the names array char** names = (char*) malloc(num_names * sizeof(char));. // Get names from user
確定! 回上一頁