Answers for "how to make a string variable in c"

C
0

how to store string in c

char str[4] = "GfG"; /*One extra for string terminator*/
Posted by: Guest on March-29-2021

Code answers related to "how to make a string variable in c"

Code answers related to "C"

Browse Popular Code Answers by Language