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

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

BeauBeau
You're doing better than you think!
Chat with Beau
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
More answers
User Avatar

Wiki User

12y ago

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

User Avatar

User Avatar

Wiki User

9y ago

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

User Avatar

User Avatar

Wiki User

12y ago

this developing based on b

User Avatar

User Avatar

Wiki User

15y ago

yes. Thanks.. Parul JAin [India]

User Avatar

User Avatar

Wiki User

11y ago

Both of them.

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.