chat *answer (char *q) { std::cout << q; static char ans[80]; std::cin >> ans; return ans; } std::cout << answer("Hogy vagy?") << answer("Biztos?");