what is string in c program
Answers
Answered by
2
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
jainaditya0411:
pls mark brainliest
Answered by
0
A string in C program is a group of numbers or text which is either taken as input out given as output.
hope it helps.......
pls mark me brainliest
hope it helps.......
pls mark me brainliest
Similar questions