#include using namespace std; int main() { char bla[10] = {'H','e','l','l','o','\0','!'}; cout << bla; return 0; }