229k views
0 votes
When a structure is declared, what is created in memory?

2 Answers

5 votes

Answer:

A "structure declaration" names a type and specifies a sequence of variable values (called "members" or "fields" of the structure) that can have different types. An optional identifier, called a "tag," gives the name of the structure type and can be used in subsequent references to the structure type.

Step-by-step explanation:

When long-term memories form, the hippocampus retrieves information from the working memory and begins to change the brain's physical neural wiring. These new connections between neurons and synapses stay as long as they remain in use. Psychologists divide long-term memory into two length types: recent and remote.

User Martijn Vissers
by
8.4k points
6 votes

Answer:

0 bytes

Step-by-step explanation:

On declaring a structure 0 bytes are reserved in memory.

User Welah
by
7.6k points

No related questions found