What happens when you attempt to compile and run the following code? Choose all possible
answers.
#include
using namespace std;
template
class A {
T_v;
public:
A() {}
A(T v): _v(v){}
friend ostream & operator<<(ostream & c, const A
c< } }; int main() { A cout< return 0; }
Currently there are no comments in this discussion, be the first to comment!