Skip to main content
✏️ Code CompletionC C Easy+10 XP

Scanf Input

Complete the scanf format for reading an integer.

✏️ Fill in the blank
int n;
scanf("___", &n);

✏️ Type the missing code: