Answers for "string in c and how it works"

0

string in c and how it works

Strings are defined as an array of characters. The difference between a 
character array and a string is the string is terminated with a special
character ‘’.
Posted by: Guest on February-06-2022

Code answers related to "string in c and how it works"

Browse Popular Code Answers by Language