Multiple choice Which of the following best describes aliasing? Multiple variables assigned the same value Multiple symbolic names and one data location Multiple variables assigned the same identifier Multiple variables assigned the same constant Multiple variables pointed by the same pointer Reveal answer Fill a bubble to check yourself B Correct answer Explanation Aliasing describes a situation in which a data location in memory can be accessed through different symbolic names in the program.