for char cpp meaning code example
Example 1: c++ declare char
// syntax:
// char [] = "";
// example (to store 'Hello!' in the YourVar variable):
char YourVar[] = "Hello!";
Example 2: working with char and string c++
String and Char
// syntax:
// char [] = "";
// example (to store 'Hello!' in the YourVar variable):
char YourVar[] = "Hello!";
String and Char