I have a program char* ptr = new char[10]; *ptr =9; std:cout<<ptr; ptr = 8; std::cout<<ptr; return 0; may i know what exactly...
Hi All I have a small doubt on the working of the "&" operator. In C language, there is no "reference(&) operator", but in C++ we have. I just...
Separate names with a comma.