mathmaster731 mathmaster731
  • 24-07-2019
  • Computers and Technology
contestada

Write the prototype for a function named showValues. It should accept an array of integers and an integer for the array size as arguments. The function should not return a value.

Respuesta :

ChemBen
ChemBen ChemBen
  • 24-07-2019

Answer:

void showValues(int [maximum volume],int);

Answer Link
joaobezerra joaobezerra
  • 30-12-2019

Answer:

void showValues(int * array, int array_size){

int i;

for(i = 0; i < array_size; i++){

printf("%d\n", array[i]);

}

}

Explanation:

I am going to write the prototype of a function as a c code.

array is the array as an argument, and array_size is the argument for the size of the array.

void showValues(int * array, int array_size){

int i;

for(i = 0; i < array_size; i++){

printf("%d\n", array[i]);

}

}

Answer Link

Otras preguntas

homophones for the words insignificant and small.  has to be 5 letters
What is 47% of 164 while using a fraction to estimate the percent of each number.
how to undo the operation and explain why it works a. adding 28 b. dividing by 17
Need help solving this proportion....x\4 = 5\7
A 100 centimeter stick broke into 3 pieces one piece was 7 centimeters long and another was 34 centimeters long how long was the third piece
how to undo the operation and explain why it works a. adding 28 b. dividing by 17
homophones for the words insignificant and small.  has to be 5 letters
If a yield sign is a regular polygon what is the measure of each angle
If something in a store costs $45, and the markup is 35%, what is the selling price?
If something in a store costs $45, and the markup is 35%, what is the selling price?