Question: 6. Why the following code does not compile? what is the solution? Note: The notation is used for template classes. You will learn about

6. Why the following code does not compile? what is the solution? Note: The notation " is used for template classes. You will learn about this in future chapters. #include #include namespace coen79 { template class list private: 1i int array 201; using namespace std; using namespace coen79; int main(int argc, const char * argv[]) using namespace std list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
