0
1- D and 2- D array m loop se value insert karna or wapis retrive karna
1- D and 2- D array m loop se value insert karna or wapis retrive karna
7 Respuestas
+ 1
int a=0, arr[12]
while(a!=10)
{ cin >> arr[a]; //input
a++;
}
a=0
while(a!=0)
{
cout << arr[a]; //output
a++;
}
0
But how
0
Doesn't
0
Chek your answer some mistakes
0
His code should work fine if you insert the missing semicolons and fix the loop conditions. Maybe you would get answers that you‘d find more satisfying if you asked your question in a coherent manner
0
Input kya de