Answers for "c table string"

-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
0

table of strings in c

see ascii table
Posted by: Guest on March-08-2021

Browse Popular Code Answers by Language