Answers for "store string and int values in array c"

C
-1

code to declare a n array and store string in it c

char ch_arr[3][10] = {
                         "spike",
                         "tom",
                         "jerry"
                     };
Posted by: Guest on July-05-2021

Code answers related to "store string and int values in array c"

Code answers related to "C"

Browse Popular Code Answers by Language