請問一下板上各位...
這程式碼執行的時候...
字串會顯示亂碼...
請問我是哪邊寫錯??
並要如何改進??
#include <stdio.h>
#include <stdlib.h>
struct student {
char name[ 10 ];
struct student *nextPtr;
};
typedef struct student Student;
typedef Student *StudentPtr;
void insert( StudentPtr *, char * );
void printList( StudentPtr );
int main()
{
StudentPtr startPtr = NULL;
char item[ 10 ];
while (1)
{
printf( "請輸入姓名: " );
scanf ..
訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容