#include "string.hpp" void main() { String s1="Hello"; String s2="Bratislava"; String s3; String s4=s1; s3=s1+" "+s2; cout<< s3 <