When i enter the code:
cout << new int << endl;
it prints out an address but when i enter this code:
cout << new char << endl;
it doesn't give any output, why is that?
When i enter the code:
cout << new int << endl;
it prints out an address but when i enter this code:
cout << new char << endl;
it doesn't give any output, why is that?