Which kind of language is language C?
-
Machine
-
Procedural
-
Assembly
-
Object-oriented
-
Strictly-typed
B
Correct answer
Explanation
C is a procedural programming language because it follows a procedural paradigm where programs are structured as a sequence of instructions or procedures. It is not object-oriented (like C++ or Java), not strictly-typed (weak typing with implicit conversions), not a machine language, and not an assembly language.