Computer Science, asked by mohamedsafir6237, 17 hours ago

how string are declared?​

Answers

Answered by Anonymous
0

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 '\0'. Declaration of strings: Declaring a string is as simple as declaring a one-dimensional array.

PLEASE MARK ME AS BRAINLIEST ANSWER AND FOLLOW ME.

Similar questions