Question: I am trying to create and test a function in C Programming to deal a card with a MyRand() function and use another source file
I am trying to create and test a function in C Programming to deal a card with a MyRand() function and use another source file to call it. So far I got the bottom portion but am lost at what to do or write it.
int MyDealCard (int *cardNumber, int *cardSuit, int verbose) { *cardNumber= MyRand()%4 ; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
