A Reference Variable and it's Usage.
DEFINITION
In C++ the reference variable is an alias name given for an previously defined variable.
USAGE
The usage of it is that the same data object can be referred to by two names and these names can be used interchangeably.
No comments:
Post a Comment