0
How to make this program?
function that take values from user and put values to an array that is declared in main function. i just want to say how to make function that can take values for whole array and then print that array's value by another function. passing array to function
1 ответ
0
int a (arr){
return arr;
}
;)