Question

What does the deck[52] array contain in the following statement?
struct card a, deck[52], *cPtr;
(a) card structure elements
(b) a structure elements
(c) *cPtr elements
(d) none of these

Answer

This answer is hidden. It contains 3 characters.