using namespace std; int main( ) { int arr[ 5 ] = { 1 , 2 , 3 , 4 , 5 } ; cout << sizeof( arr ) << endl ; cout << sizeof( &arr ) <&l