Open In App

GATE | GATE-CS-2000 | Question 16

Like Article
Like
Save
Share
Report

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/

Quiz of this Question


Last Updated : 28 Jun, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads