> ## Documentation Index
> Fetch the complete documentation index at: https://learn.acadlink.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Structures — Questions

> Choose a question to practice.

<CardGroup cols={2}>
  <Card title="Q1 — Student Record" icon="terminal" href="/practice/c/structures/student-record">
    Define a structure to store and display a student's name and marks.
  </Card>

  <Card title="Q2 — Array of Structures" icon="terminal" href="/practice/c/structures/array-of-structures">
    Store records of 3 students and display them.
  </Card>

  <Card title="Q3 — Nested Structure" icon="terminal" href="/practice/c/structures/nested-structure">
    Use a nested structure to store a student's date of birth.
  </Card>
</CardGroup>
