In C++, an array name evaluates to a pointer to its first element. Therefore, exforsys is equivalent to &exforsys[0], which is the address of the first element. This is a fundamental property of arrays in C and C++ - the array name decays to a pointer to the initial element when used in an expression.