The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Jul 2017 |
| Last Sign in: | 304 Weeks Ago, 1 Day Ago |
| Questions Answered: | 15833 |
| Tutorials Posted: | 15827 |
MBA,PHD, Juris Doctor
Strayer,Devery,Harvard University
Mar-1995 - Mar-2002
Manager Planning
WalMart
Mar-2001 - Feb-2009
Help with intro to C programming homework.
I need help writing this function in C.
Â
Write a function called add_to_array. This function is passed 3 parameters: an array of integers x, the length of the array len, and and incrementing value i. The function modifies the array by adding i to each element in x.
Here is the prototype for this function:
    Â
// in C, an array does not know how long it is. So its length
     // must be passed as a second parameter.
void add_to_array(int[], int, int);
Â
   And here is an example of how the function should work:
     Â
int main() {
      int numbers[ ] = {3, 6, 2, 6, 1, 0, 6};
add_to_array (numbers, 7, 2);
int i;
for (i = 0; i < 6; i++)
printf("%d ", numbers[i]);
printf("n");
  }
Â
In this case, the correct output is 5 8 4 8 3 2 8.
----------- Â ----------- H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly