Character Arrays in C++

preview_player
Показать описание
Arrays of the char type possess some behaviors that may be frustrating to programmers. Output for example can result in extraneous "garbage" appearing on screen. This can be avoided by using the string terminator \0 correctly. This video covers a number of examples that relate to the declaration and usage of character arrays.
Рекомендации по теме