Computer Science, asked by Aagnick16, 1 day ago

what are the characteristics of procedure oriented programming?​

Answers

Answered by Anonymous
3

Answer:

Characteristics of procedure-oriented programming language:

  • It emphasis on algorithm (doing this ).
  • Large programs are divided into smaller programs known as functions.
  • Function can communicate by global variable.
  • Data move freely from one function to another function.
Similar questions