answersLogoWhite

0

C is Procedural Language.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Difference between procedural and nonprocedural language?

Non.


What Is the difference between procedural and nonprocedural DMLs?

One has non informs of it


Why sql is non procedural language?

non-procedural language in which you can communicate tasks to the compute using simple commands. A procedural language is one in which you must give the computer step by step instructions for accomplishing a task


What are the examples of procedural language in C coding?

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


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.


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 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.


Is c object oriented or object based?

C is a procedural programming language.


What is the difference between procedural and nonprocedural dml language?

rocedural languages are used in the traditional programming that is based on algorithms or a logical step-by-step process for solving a problem.A procedural programming language provides a programmer a means to define precisely each step in the performance of a task Non-procedural programming languages allow users and professional programmers to specify the results they want without specifying how to solve the problem. examples are FORTRAN,C++,COBOL,ALGOL etcOR we can put it this way:Procedural language determines WHAT & HOW a process should be done, Non-procedural language is concerned with the WHAT not the HOW. Non-proc languages are those languages where you specify what conditions the answer should satisfy, but not how to obtain it.


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.