Question: Need help solving this code! Thanks. Write the code for a class called DataStack that will store any number of strings (where each string will


Need help solving this code! Thanks.
Write the code for a class called "DataStack" that will store any number of strings (where each string will not exceed 80 characters). NOTE: This will require a pointer that can hold ANY number of 81 byte strings declared as: char (*s)[81]; // s is a pointer that can store ANY number of 81 byte char arrays. The DataStack class MUST be prototyped exactly as listed below: #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
