Is it possible to pass an array to a function?
For example, I am trying to make a function called displaycards, which will display some cards, but I want it to display the cards from a deck which I have in an array in my “int main()” part of the program.

