Brain Dump

Imperative Languages

Tags
comp-sci

A class of 3rd generation languages where a program specifies how a computation is to be done. Example: C, C++, C#

Such languages have a program state and statements which change that state.