Topic: Procedural Languages
Not finding your answer? Try searching the web for Procedural Languages
Answers to Common Questions
What is Procedural query language?
Relational algebra is a procedural query language. Read More »
Source: http://wiki.answers.com/Q/What_is_Procedural_query_language
What are the examples of procedural language?
Procedural languages use the techinque of dividing a given program into a no of procedures(functions). These functions interact by passing values between them. These languages usually do not have object oriented features. Examples are: C, C... Read More »
Source: http://wiki.answers.com/Q/What_are_the_examples_of_procedural_lan...
What is procedure language?
A procedural language is a programming language in which everything is processed in the order it appears to the computer. In contrast, an object-oriented language is a language in which everything is processed depending on what happens in t... Read More »
Source: http://wiki.answers.com/Q/What_is_procedure_language
Featured Content:
Procedural Languages
More Common Questions
Answers to Other Common Questions
A procedural programming language is one where programs are organized into blocks of code called variously "subroutines", "functions", or "procedures", each of which handles one particular task. The main function of the program (often actua...
Read More »
Source: http://wiki.answers.com/Q/What_is_Procedural_Programming_Language...
1) In Procedural language the programmers concentration is on problem and its solution so we need another approach where the developpers study the entire system and developped. 2) after writing the programmers 10,000 to 1,00,000 lines of co...
Read More »
Source: http://wiki.answers.com/Q/What_are_the_Problems_of_procedural_lan...
Storage and Access of code is essential to creating a powerful software program. Code Storage + Code Access = Code Re-Usability. When a procedural language is deployed to create a big system the storage and reusablilty of code becomes impos...
Read More »
Source: http://wiki.answers.com/Q/What_is_the_problem_of_procedure_orient...
Answer examples of non procedural languages are query languages, report writers, interactive database programs, spreadsheets and application generators.
Read More »
Source: http://wiki.answers.com/Q/Whether_procedural_is_better_than_non_p...
fortran
Read More »
Source: http://wiki.answers.com/Q/What_is_first_procedure_oriented_langua...
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 fun...
Read More »
Source: http://wiki.answers.com/Q/What_is_the_Differences_between_structu...