Andy C. answered 10/16/17
Tutor
4.9
(27)
Math/Physics Tutor
void copy ( int a[], int b[], int n)
{
for (int iLoop=0; iLoop<n; iLoop++)
{
b[iLoop] = a[iLoop];
}
}
Mike S.
asked 09/06/17
Andy C. answered 10/16/17
Math/Physics Tutor
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.