// Prints a row of 4 question marks #include int main(void) { printf("????\n"); }