Question: In Section 7.2.2 we introduced the notion of a universal reference type (void * in C) that refers to an object of unknown type. Using
In Section 7.2.2 we introduced the notion of a universal reference type (void * in C) that refers to an object of unknown type. Using such references, implement a “poor man’s generic queue” in C, as suggested in Section 7.3.1. Where do you need type casts? Why? Give an example of a use of the queue that will fail catastrophically at run time, due to the lack of type checking.
Step by Step Solution
3.60 Rating (168 Votes )
There are 3 Steps involved in it
To implement a poor mans generic queue in C using universal references void you will need to use typ... View full answer
Get step-by-step solutions from verified subject matter experts
