Question from the Language C - Fundamentals test

Write a function in C that displays all the elements of an array of type 'int' one by one.

Medium

The purpose of the function show() is to display all the elements of type 'int' of an array one by one.

void show(?, ?);

What parameter(s) can it take as an argument?

Author: KahinaStatus: Published(Update)Question passed 31 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!