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

# Operators — Questions

> Choose a question to practice.

<CardGroup cols={2}>
  <Card title="Q1 — Arithmetic Operators" icon="terminal" href="/practice/c/operators/arithmetic-operators">
    Demonstrate all arithmetic operators on two integers.
  </Card>

  <Card title="Q2 — Relational Operators" icon="terminal" href="/practice/c/operators/relational-operators">
    Check whether two numbers are equal, greater, or lesser.
  </Card>

  <Card title="Q3 — Bitwise AND & OR" icon="terminal" href="/practice/c/operators/bitwise-and-or">
    Print the result of bitwise AND and OR of two numbers.
  </Card>

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

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