// Prints four question marks #include int main(void) { printf("????\n"); }