Skip to content
Snippets Groups Projects
Commit 633ade13 authored by Rudi Buss's avatar Rudi Buss
Browse files

Update Exercise 6 - Prosumo.txt

parent 90017c70
No related branches found
No related tags found
No related merge requests found
Write a program that contains a function " prosumo ". An array is passed to this function. It returns the sum and the product of the array elements.
Write a program that contains a function "prosumo". An array is passed to this function. It returns the sum and the product of the array elements.
Create the function based on pointers. The two results are determined using pointers.
A value specifying the number of elements in the array may be passed to the function.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment