Skip to main content
✏️ Code CompletionC C Medium+20 XP

Struct Definition

Complete the struct keyword.

✏️ Fill in the blank
___ Point {
    int x;
    int y;
};

✏️ Type the missing code: