C String Array To String

[Solved] C String Array To String | Swift - Code Explorer | yomemimo.com
Question : array of string in c

Answered by : real-reindeer-avrw414vloqb

const char *a[2];
a[0] = "blah";
a[1] = "hmm";

Source : https://stackoverflow.com/questions/1088622/how-do-i-create-an-array-of-strings-in-c | Last Update : Thu, 24 Feb 22

Answers related to c string array to string

Code Explorer Popular Question For Swift