Are alias and reference the same thing in C++? -
i'm not asking difference between pointer , reference. bit confused difference between reference , alias.
as far i'm concerned, reference data type while alias word describing utility of data type?
thanks!
aliasing refers way refer same data through different names. references , pointers 2 ways of achieving behavior.
Comments
Post a Comment