Question: C programming problem Code hint below YOUR TASK: Expand this starter code (available on Blackboard) and add a function that gets a random playing card.
C programming problem


Code hint below



YOUR TASK: Expand this starter code (available on Blackboard) and add a function that gets a random playing card. The code should randomly display a playing card from the deck. The display card function is already implemented For example, the code functionality should look similar to the following: cen333-fa18% ./lab12 Random Card is: 2 of DIAMONDS cen333-fa18% ./lab12 Random Card is: 4 of HEARTS cen333-fa18% ./lab12 Random Card is: 8 of SPADES cen333-fa18% ./lab12 Random Card is: K of CLUBS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
