answersLogoWhite

0


Best Answer

Function which uses other function as part of it programming is known as function interdependent

User Avatar

Wiki User

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

Wiki User

11y ago

A programming language cannot be interdependency (whatever you mean by that). Please don't ask questions that make no sense.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How procedural oriented programming language is interdependency?
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 java example of a procedural programming language?

No.Its purely object oriented programming language


Is c object oriented or object based?

C is a procedural programming language.


Which type of language c plus plus is?

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


Is windows XP a procedural language or object oriented?

Windows XP is an operating system, not a programming language.


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


Vbnet is which type of language Service Oriented Architecture Programming Language Object Oriented Programming Language Procedural Oriental Programming Language?

Visual Basic .NET (VB .NET) is an OOP, an Object-Oriented Programming Language. It's paradigm is both OOP and Event-Driven, but that's beside the point.


What kind of language is C programming?

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


What is the purpose of a procedural programming?

A procedural language is a programming language in which everything is processed in the order it appears to the computer. A computer programming language that follows, in order, a set of commands. In contrast, an object-oriented language is a language in which everything is processed depending on what happens in the program -- user input, errors, or other events. PHP is both a procedural and object-oriented language, depending on the way it is used


Is the java is procedural language?

Java is an Object Oriented language not a procedural 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.


What are the primary methods of programming?

The two primary methods of programming are procedural and object-oriented.