char-pointer
How to find the number of elements in char** array?
I have an string array in the form of char** I am struggling to find the length of that array: typedef struct _stringArray[详细]
2023-02-25 16:43 分类:问答initializing char pointers
I have a char pointer which would be used to store a string. It is used later in the program. I have declared and initialized like this:[详细]
2022-12-10 11:44 分类:问答