excess element in char array initializer error how to solve? The code is below. I am facing an array while initialising data in array of type char

前端 未结 0 1418
眼角桃花
眼角桃花 2020-12-05 16:01
#include 
using namespace std;

struct Node {
    char data;
    struct Node *next;
};

int *first = NULL; //Global pointer
void create(char states[]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题