C/C++: Affecter un tableau à un pointeur

Author:
C/C++: Affecter un tableau à un pointeur
 

#include 

using namespace std;

const int Lengh = 3;

int main ()
{
      int tab[] =