answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

C checks the program code line by line.. So , C is called as prccedure programing language..

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

All procedural languages make use of procedure calls (also known as function calls), therefore C is a procedural language.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

this developing based on b

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

yes. Thanks.. Parul JAin [India]

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Both of them.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is c or c a procedural oriented language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


Is c object oriented or object based?

C is a procedural programming language.


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 the java is procedural language?

Java is an Object Oriented language not a procedural language


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.


C is nonprocedural or procedural language?

C is Procedural Language.


Please let you know abt inheritance concepts in c?

C is a procedural programming language not object oriented proramming language like C++. Therefore, none.


What the difference between c and c plus plus?

The fundamental difference is that in C++ object-oriented programming (OOP) was added. C is a procedural language (that means. top-down structure design), where as C++, which is an extension of C itself, is an object oriented language.


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.


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


Why is C not an object oriented language?

The simple answer is it was never intended nor designed to be an object-oriented language. It was primarily intended to replace assembler language, hence its procedural nature. Unlike assembler, which is machine-specific, C is a generic, cross-platform language.