answersLogoWhite

0

c is in inteself a procedural language so your question does not make sense

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

C is nonprocedural or procedural language?

C is Procedural Language.


Is C programming procedural or object oriented?

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.


What type of language c?

It is a structured, procedural, high level programming language.


Is c procedural or structural 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.


Why do you require a object in java but not in C?

Because Java is an object-oriented language and C is a procedural language.


Is c object oriented or object based?

C is a procedural programming language.


Coding constants in c?

Coding constants in c means writing the constants in a certain way that the c language understands.


Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c


Is c or c a procedural oriented language?

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.


Which type of language c plus plus is?

It's an imperative, procedural and Object-Oriented programming language.


What kind of language is C programming?

C is a general purpose, procedure oriented (procedural) programming language developed by Dennis Ritchie in 1972.


How c plus plus is a procedure based language?

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.