Question: Can someone explain to me this function in detail and how to change the output to a 5 card output ?? the shuffling function used

 Can someone explain to me this function in detail and how

Can someone explain to me this function in detail and how to change the output to a 5 card output ??

the shuffling function used is this :

to change the output to a 5 card output ?? the shuffling

/* deal cards in deck/ void deal (const int wDeck[1[13], const char "wFace[, const char "wSuit[l) int row /row number / int column ; /*column number/ int card = 0; /* card counter */ /* deal each of the 52 cards */ for (card 1; card 52; card ++) / loop through rows of wDeck / for (row ; row3; row++) /* loop through columns of wDeck for current row */ for (column = 0; column 12; column ++) /* if slot contains current card, display card / if (wDeck[row][column]card) printf ("X5 s of %-85%c", wFace[column], wsuit[row), card % 2 e ? . ' "It')

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!