day 26

 Today I studied fist part of the session’s martial.

Value Types

• What are Value Types?

• Definition: Variables directly store their values. • Examples: int, float, char, struct.

• Memory Allocation: Stack.

• Characteristics

• Stored Value: Actual data is stored.

• Memory Efficiency: Faster access, but limited size.

• Assignment Behavior: Copying value

Comments

Popular posts from this blog

Day 2