What is a prodecural programming language?

1 answer

Answer

1037134

2026-05-19 07:05

+ Follow

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 actually called "main") then makes a series of calls to these procedures in order to archive its goal.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.