#include #include int main() { using namespace std; char str[] = "Hallo, Welt"; cout << "\"" << str << "\" enthaelt " << strlen(str) << " Zeichen\n". }