Multiple choice Which of the following variables is used in C++ for assigning alias name to a variable? Global variable Reference variable Local variable Static variable Reveal answer Fill a bubble to check yourself B Correct answer Explanation Reference variable is used in C++ to assign alternate name or alias to existing variable.