- What is a variable in C++?
Valuable is a type of data have been used in proccess.
- What is Definition of a variable?
Value being stored in ram to make operations with variable.
- What is Instantiation of a variable?
The storage of variable inside ram with a location.
- What is the difference between an l-value and an r-value?
L value is the one stored in ram and also used as an output value. R Value is the value itself that not stored in ram.
5. What is an uninitialized variable and what kind of behaviour can you expect from such a variable?
When thereâs no value defined, variable is uninitialized. In that case, each time computer takes a random number.
- What is undefined behaviour?
Undefined variable results undefined behaviour