Computer Science, asked by gjgGMkgDiJK, 11 months ago

is the structural and procedural language is same.​

Answers

Answered by manishkumar834
2

Procedural language -

, this language program in a such way that the program execute statement by statement reading and modifying the shared memory.

structural language -

top-down analysis for problem solving ;It focus on dividing the problems into subparts and hence simplifies the problem solving .

Answered by ItsYaboyJAMES
2

Answer: A procedural programming language consists of a set of procedure calls and a set of code for each procedure. A structural programming language emphasizes on separating program’s data from its functionality. The program which solves the entire problem is a collection of such functions.

Similar questions