Level 2
Level 4
6 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
C is...
... a general-purpose, imperative computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations
General-purpose language
a computer language that is broadly applicable across application domains, and lacks specialized features for a particular domain
Imperative programming
a programming paradigm that uses statements that change a program's state
Programming Paradigm
a fundamental style of computer programming, serving as a way of building the structure and elements of computer programs
Statement
the smallest standalone element of an imperative programming language that expresses some action to be carried out
Programming language
a formal constructed language designed to communicate instructions to a machine, particularly a computer