// get_string and printf with incorrect placeholder #include #include int main(void) { string answer = get_string("What's your name? "); printf("hello, answer\n"); }