c is in inteself a procedural language so your question does not make sense
C is Procedural Language.
C is a weakly typed procedural programming language. For object oriented programming languages near C, you can look at ooc ( http://ooc-lang.org/ ), C++, D, and Java.
It is a structured, procedural, high level programming language.
Structural language is a language in which a particular structure is defined. It is used to make execution and understanding easier. Ex : COBOL Structural language does not have function calls. Procedural language is a language in which function calls are allowed. Ex : C In this a particular procedure is followed every time. IMB.
Because Java is an object-oriented language and C is a procedural language.
C is a procedural programming language.
Coding constants in c means writing the constants in a certain way that the c language understands.
example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c
One definition of a "procedural programming language" is a language that is used to describe how a program should accomplish the task it is to perform. This is in opposition to a "declarative programming language" that is used to describe what the program should accomplish rather than how it accomplishes the task.
It's an imperative, procedural and Object-Oriented programming language.
C is a general purpose, procedure oriented (procedural) programming language developed by Dennis Ritchie in 1972.
C is both. The characteristics of a procedural oriented language: assignment operators (:= in C) The characteristics of a structured programming language: block of codes ({} in C) for if-else, while-, for- loops, subroutines, etc.