Answers for "how to display a table of information using strings in c program"

-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

Code answers related to "how to display a table of information using strings in c program"

Browse Popular Code Answers by Language