謝謝大家的反饋! 這是應用修復程序後的解決方案。功能只能工作一次 - C
typedef struct employeeData
{
//....
char* Name[20]; //Char name needed to be defined size. Or use of Malloc in the functions
//...
} employee;
問題,即增加前頭部返回崩潰......你
if (addEMP_ID < head->EMP_ID)
{
current->next = head;
head = current; //Required for this scenario
return current;
}
接受解決問題的答案之一。 – 2014-09-21 21:37:13
他們都做到了。我有兩個問題,他們每個都修好了。 – user2990336 2014-09-21 22:06:56