const char* Coffee = "Nescafe"; for(int i = 0; i < strlen(Coffee); i++) { std::cout << Coffee[i] << " "; }