Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
La déclaration d’un tableau de dimension 3 et sa manipulation se fait ainsi :
int tab[3] ;
tab[0]=1 ;
int tab(10) ;
tab(0)=1 ;
int tab ;
tab[3] int ;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!