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
a) card structure elements
Computer Science & Information Technology
You might also like to view...
If a project in Project 2013 is set to ________, the project schedule is calculated based on the project's calendar, project tasks and task durations, task dependencies, resource assignments, and any constraint dates assigned to tasks
A) Auto Scheduled B) Duration C) Scheduling Engine D) Manually Scheduled
Computer Science & Information Technology
What is the difference between using the private statement and the public
statement? What will be an ideal response?
Computer Science & Information Technology