我試圖編寫一個程序,以便按患者姓名和緊急程度的順序指示步驟的順序。但我不知道如何填寫輸入並重新打印輸出。 這是輸入輸出的一個例子: 這是一個不完整的代碼。 #include <stdio.h>
#include <ctype.h>
#define fi 1000
int w;
char e;
struct quier {
int data[fi];
int front
所以我有一個文件,作爲一些文本,我希望我的函數讀取該文件並將其存儲在一個數組上。我做了一些代碼,當我打印我的動態數組時,它會打印垃圾值:<幫助。 char* read_message(char *filename)
{ //gets the PATH of the txt file
char *file_contents;
long input_file_size;