4) Write a function named CreateCard that dynamically creates an instance of Card from problem 3 and returns a pointer o
Posted: Fri May 20, 2022 5:17 pm
4) Write a function named CreateCard that dynamically creates an instance of Card from problem 3 and returns a pointer of the dynamically allocated card. 5) Create a Union named Foo that contains two data members. An integer and a C style character array that can hold 4 characters.