> ## 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.

# Recent — Questions

> Latest questions added to the practice section.

<CardGroup cols={2}>
  <Card title="Q1 — Validate Student Name" icon="terminal" href="/practice/c/basics/validate-name">
    Accept a name and check if it contains only alphabetical characters.
  </Card>

  <Card title="Q2 — Candy Distribution" icon="terminal" href="/practice/c/operators/candy-distribution">
    Calculate how many candies each friend gets and the leftover count.
  </Card>

  <Card title="Q3 — Eid Gift Boxes" icon="terminal" href="/practice/c/operators/eid-gift-boxes">
    Determine total gifts and overall cost for Eid celebrations.
  </Card>

  <Card title="Q4 — Marathon Calorie Calculator" icon="terminal" href="/practice/c/basics/calorie-calculator">
    Calculate calories burned by a marathon runner based on distance.
  </Card>
</CardGroup>
