About 886,000 results
Open links in new tab
  1. Imperative programming - Wikipedia

    In computer science, imperative programming is a programming paradigm of software that uses statements that change a process' state. In much the same way that the imperative mood in …

  2. What is Imperative Programming? - GeeksforGeeks

    Jul 23, 2025 · Programming languages which majorly able to implement imperative programming are Java, C, C++, C#, Ruby, Matlab, Python and R. It is important to note that any …

  3. What is Imperative Programming? (Definition, Example) | Built In

    Jun 25, 2025 · Summary: Imperative programming is a paradigm where programs are written as ordered commands that manipulate data through loops, conditionals and assignments. It offers …

  4. What is Imperative Programming? - Computer Hope

    Sep 15, 2024 · Imperative programming is a paradigm of computer programming where the program describes steps that change the state of the computer. Unlike declarative …

  5. What Is Imperative Programming? | phoenixNAP IT Glossary

    Jul 26, 2024 · Imperative programming languages, such as C, Java, and Python, provide constructs that allow developers to manage complex operations through clear, step-by-step …

  6. Mastering Imperative Programming - numberanalytics.com

    Jun 14, 2025 · Imperative programming is a programming paradigm that focuses on describing how to perform tasks using statements that modify variables. This paradigm is one of the most …

  7. The imperative (or procedural) paradigm is the closest to the structure of actual computers.

  8. Imperative Programming: Definition, Advantages, and Key …

    Apr 25, 2025 · Languages such as C, Java, Python, and JavaScript are prominent examples of imperative programming, an essential approach in software development even today.

  9. Understanding the Imperative Programming Paradigm in …

    Feb 13, 2025 · This paradigm is the backbone of many modern programming languages and is essential for understanding how computers execute instructions step by step. In this article, we …

  10. CS442/CS642: CS442 Module 7: Imperative Programming

    In English, “imperative” is a synonym of “command”—it comes from the same root as “emperor”—and that’s the core of its meaning in programming languages as well. An …