Answers for "c++ read word from into char array"

C
0

how to input a string into a char array cpp

strcpy(my_array, my_string.c_str());
Posted by: Guest on August-26-2020

Code answers related to "C"

Browse Popular Code Answers by Language