Answers for "language c intial table char strings"

-2

can i have a table with strings in c

char a[2][14];
strcpy(a[0], "blah");
strcpy(a[1], "hmm");
Posted by: Guest on December-31-2021

Browse Popular Code Answers by Language