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

BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao

Add your answer:

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