Home > Back-end >  Char * a two dimensional array [] is in the initialization
Char * a two dimensional array [] is in the initialization

Time:12-25

rtpopppppppppppppp

CodePudding user response:

A is a one dimensional array, each element is a pointer to char,

CodePudding user response:

This cannot be called initialization

CodePudding user response:

A, declare a variable name used to store an array of char *
  • Related