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

# Arrays — Questions

> Choose a question to practice.

<CardGroup cols={2}>
  <Card title="Q1 — Sum of Array Elements" icon="terminal" href="/practice/c/arrays/sum-of-array">
    Find the sum of all elements in an array.
  </Card>

  <Card title="Q2 — Largest Element" icon="terminal" href="/practice/c/arrays/largest-element">
    Find the largest element in an array.
  </Card>

  <Card title="Q3 — Reverse an Array" icon="terminal" href="/practice/c/arrays/reverse-array">
    Print array elements in reverse order.
  </Card>
</CardGroup>
