If an array in C++ is declared as exforsys[10] then exforsys is equal to
&exforsys[0]
&exforsys[9]
*exforsys[0]
*exforsys[1]