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

# Loops — Questions

> Choose a question to practice.

<CardGroup cols={2}>
  <Card title="Q1 — Print 1 to N" icon="terminal" href="/practice/c/loops/print-1-to-n">
    Print numbers from 1 to N using a for loop.
  </Card>

  <Card title="Q2 — Multiplication Table" icon="terminal" href="/practice/c/loops/multiplication-table">
    Print the multiplication table of a given number.
  </Card>

  <Card title="Q3 — Sum of Digits" icon="terminal" href="/practice/c/loops/sum-of-digits">
    Find the sum of digits of a number using a while loop.
  </Card>
</CardGroup>
