what is strings in c language how to easy way defined
Answers
Answered by
1
A string in C is merely an array of characters. The length of a string is determined by a terminating null character: '\0' . So, a string with the contents, say, "abc" has four characters: 'a' , 'b' , 'c' , and the terminating null ( '\0' ) character.
Amandeeptiwari:
thank bro
Answered by
1
A string in C is merely an array of characters. The length of a string is determined by a terminating null character: '\0' . So, a string with the contents, say, "abc" has four characters: 'a' , 'b' , 'c' , and the terminating null ( '\0' ) character.
Similar questions
World Languages,
6 months ago
Physics,
6 months ago
Social Sciences,
6 months ago
Physics,
1 year ago
Math,
1 year ago