Programming
February 13, 2024Programming
February 13, 2024Programming
|
Question 33
|
Aliasing in the context of programming languages refers to
|
multiple variables having the same memory location
|
|
|
multiple variables having the same value
|
|
|
multiple variables having the same identifier
|
|
|
multiple uses of the same variable
|
Question 33 Explanation:
In computer programming, aliasing refers to the situation where the same memory location can be accessed using different names.
Correct Answer: A
Question 33 Explanation:
In computer programming, aliasing refers to the situation where the same memory location can be accessed using different names.
