Definify.com
Definition 2024
imperative_language
imperative language
English
x = 1;
y = 2;
z = x + y;
printf("%d\n", z);
Noun
imperative language (plural imperative languages)
- (computing) Any programming language that consists (mostly) of a series of commands, typically assigning values to objects; a procedural language.
Hypernyms
Antonyms
- declarative language