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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!