Podcast
Questions and Answers
What is the default type of assignment in variable assignment?
What is the default type of assignment in variable assignment?
- Reference assignment
- Pointer assignment
- Copy assignment (correct)
- Value assignment
What is the process of giving a value to a variable called?
What is the process of giving a value to a variable called?
- Initialization
- Assignment (correct)
- Declaration
- Allocation
What is the operator called that is used for assignment?
What is the operator called that is used for assignment?
- Value operator
- Equals operator
- Assignment operator (correct)
- Assigner operator
What can normal variables hold at a time?
What can normal variables hold at a time?