Aliasing (computing)

With aliasing the presence of multiple identifiers for a variable is denoted by the same location in computer science.

It may in this case, especially in conjunction with pointers or reference parameters of procedures, come to obscure errors in the runtime, since at one point the value is changed, which (because of a used there alias identifier ) is not immediately obvious at a different location.

  • Programming
48004
de