# Paradigmes de programmation adoptés

Le langage C intègre plusieurs paradigmes de programmation, notamment l'impératif, le procédural et le structuré.

<figure><img src="/files/WGgD5xfRTdjjmrMbpYAL" alt="Infographie expliquant trois paradigmes de programmation : impératif, procédural, et structuré. Présente leurs définitions et caractéristiques, illustrées sous forme de fenêtres de style graphique."><figcaption><p><strong>Les paradigmes de programmation</strong> — Aperçu des approches impérative, procédurale et structurée, qui guident l'organisation et l'exécution du code pour améliorer lisibilité, modularité et maintenance.</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://c.franckferman.fr/i.-guide-pratique-du-langage-c/ii.1-introduction/ii.1.1-caracteristiques-generales-du-c/paradigmes-de-programmation-adoptes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
