About 18,000 results
Open links in new tab
  1. What is Imperative Programming? - GeeksforGeeks

    Apr 25, 2024 · 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 programming language is not specific to a single paradigm but also incorporates some other paradigms as well.

  2. 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 natural languages expresses commands, an imperative program consists of commands for the computer to perform.

  3. Difference Between Imperative and Declarative Programming

    Mar 22, 2023 · Fortran, Java, C, C++ programming languages are examples of imperative programming. Declarative Programming as the name suggests is a type of programming paradigm that describes what programs to be executed. Developers are more concerned with the answer that is received.

  4. What is the difference between declarative and imperative

    A great C# example of declarative vs. imperative programming is LINQ. With imperative programming, you tell the compiler what you want to happen, step by step. For example, let's start with this collection, and choose the odd numbers: List<int> collection = new List<int> { …

  5. Declarative vs imperative programming: 5 key differences

    May 29, 2024 · Declarative vs imperative programming: Code example # We’ve discussed the key differences between imperative and declarative programming. Let’s look at a simple code example. For this example, we’ll use Python.

  6. A brief breakdown of declarative vs. imperative programming

    Feb 10, 2022 · For imperative programming, the order in which operations occur is crucial; it explicitly outlines the steps that dictate how the program implements desired functionality. Examples of imperative programming languages include C, C++, Java and Fortran.

  7. What is Imperative Programming? (Definition, Example) - Built In

    Feb 19, 2025 · Imperative programming is a computer science paradigm in which programs are built using statements. Here’s how they work. Imperative programming involves writing programs as sequences of explicit commands that are executed in order from top to bottom.

  8. ' Examples of imperative languages: • FORTRAN, Algol, COBOL, Pascal, C (and to some extent C++), BASIC, Ada - and many more. ' PL/I • PL/I (1963-5): was one of the few languages that attempted to be a general purpose language, rather than aiming at a particular category of programming. • PL/I incorporated a blend of features from FORTRAN,

  9. Using Imperative Programming: Real-world Examples - Learn …

    Oct 10, 2023 · Learning imperative programming languages like Python, Java, or C can greatly enhance their programming skills and open up new opportunities in the software development field. In essence, imperative programming is a powerful and versatile tool that can be applied to solve real-world problems.

  10. Imperative Programming - CIO Wiki

    Examples of Imperative Programming Languages. C: A general-purpose language that offers low-level access to memory and precise control over hardware. Fortran: One of the oldest programming languages, primarily used in scientific and engineering applications.

  11. Some results have been removed
Refresh