void hello(char *name="") { // print hello name cout << "hello " << name << endl; }