Open In App

GATE | GATE-CS-2000 | Question 16

Aliasing in the context of programming languages refers to
(A) multiple variables having the same memory location

(B) multiple variables having the same value
(C) multiple variables having the same identifier
(D) multiple uses of the same variable

Answer: (A)
Explanation: Refer question 2 of https://www.geeksforgeeks.org/principle-of-programming-languages-set-1/amp/
Quiz of this Question

Article Tags :