โจ ๐๐ฎ๐ ๐ฏ: ๐ฆ๐๐ฟ๐ถ๐ป๐ด๐ โจ
๐ The C-style character string originated within the C language and continues to be supported within C++. This string is actually a one-dimensional array of characters which is terminated by a null character โ\0โ. Thus a null-terminated string contains the characters that comprise the string followed by a null. The following declaration and initialization create a string consisting of the word โHelloโ. To hold the null character at the end of the array, the size of the character array containing the string is one more than the number of characters in the word โHello.โ
โ๏ธ ๐๐ผ๐ฟ ๐ฏ๐ฒ๐๐๐ฒ๐ฟ ๐๐ป๐ฑ๐ฒ๐ฟ๐๐๐ฎ๐ป๐ฑ๐ถ๐ป๐ด ๐ฟ๐ฒ๐ณ๐ฒ๐ฟ ๐ณ๐ผ๐น๐น๐ผ๐๐ถ๐ป๐ด ๐ฎ๐ฟ๐๐ถ๐ฐ๐น๐ฒ๐ ;
๐ฝ๏ธ ๐ง๐๐๐ผ๐ฟ๐ถ๐ฎ๐น ๐๐ถ๐ป๐ธ๐;
๐จโ๐ป ๐ค๐๐ฒ๐๐๐ถ๐ผ๐ป๐ถ๐ป๐ด ๐ฅ๐ผ๐๐ป๐ฑ :
โ ๐ฑ ๐ฝ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ด ๐พ๐๐ฒ๐๐๐ถ๐ผ๐ป๐ โ