About 85,100 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 program's state. In much the same way that the imperative mood in …

  2. What is Imperative Programming? - GeeksforGeeks

    Jul 23, 2025 · Programming paradigm which is based on steps or series of statements and provides variation in the state of the program at each step is called imperative programming.

  3. What is the difference between declarative and imperative

    Imperative programming requires developers to define step by step how code should be executed. To give directions in an imperative fashion, you say, “Go to 1st Street, turn left onto …

  4. 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 …

  5. Declarative vs imperative programming: 5 key differences

    May 29, 2024 · Imperative programming is the oldest and most basic programming approach. Within the imperative paradigm, code describes a step-by-step process for a program’s …

  6. 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 …

  7. What is imperative programming? | Definition from TechTarget

    Jul 31, 2025 · Imperative programming is a software development paradigm where every step is implicitly coded to solve a problem. In imperative programming, every operation is coded and …

  8. In imperative programming languages (like our assembly language here), the execution of a program consists of multiple (potentially infinitely many) steps. In every step one instruction is …

  9. Understanding the Imperative Programming Paradigm in …

    Feb 13, 2025 · Imperative programming is a programming paradigm that focuses on describing how a program operates through a sequence of commands or statements that change the …

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

    Apr 25, 2025 · Learn what imperative programming is, its advantages, differences, and key examples. Clear explanations, comparisons, and practical tips.