cout << "Hello " << ' '<<"world"; //Hello world
' ' is a horizontal tab . It is used for giving tab space horizontally in your output.
int tab[5] = {16, 2, 77, 40, 12071};