answersLogoWhite

0

Common procedural and object-oriented programming languages have:

  • data structures
  • memory structures
  • control structures

Data structures include data types - both provided by language (int, strings, enum, arrays, etc.) and custom types (classes) created by programmer, operations, and relationships (conversions) between data types.

Memory structures allow to store and retrieve data, e.g. by using variables, different scopes, static and dynamic memory allocation, etc.

Control structures allow to control program execution sequence. Those include expressions, statements, conditional statements, loops, function calls, parallel or concurrent execution of threads and tasks, callbacks, etc.

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

JudyJudy
Simplicity is my specialty.
Chat with Judy
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine

Add your answer:

Earn +20 pts
Q: What are the components of programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp