Prijava
Polje desetih celih števil; indeks teče od 0-9:
int polje[10];
Bolj splošna definicija polja:
const int velikost=10;int polje[velikost];