就几行代码为何报错内存不可写入,求修正
#include "stdio.h"typedef struct VertNode{ char VertexType;}VertNode;void main(){ VertNode *vertNode; printf("请输入一个顶点类型字符:\n"); scanf("%s",&vertNode->VertexType); }