Imperative Programming Language: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - ". ----" to ". ----")
m (Text replacement - "]]↵*" to "]]. *")
Line 1: Line 1:
An [[Imperative Programming Language]] is a [[software programming language]] that can describe computation in terms of [[imperative statement]]s that change a [[state (computer science)|program state]]
An [[Imperative Programming Language]] is a [[software programming language]] that can describe computation in terms of [[imperative statement]]s that change a [[state (computer science)|program state]].
* <B>Example(s):</B>
* <B>Example(s):</B>
** a [[Procedural Programming Language]], such as: [[C Programming Language|C]].
** a [[Procedural Programming Language]], such as: [[C Programming Language|C]].

Revision as of 17:52, 4 October 2023

An Imperative Programming Language is a software programming language that can describe computation in terms of imperative statements that change a program state.



References

2013