Visual Studio Code – Why is new(nothrow) not working on VS Code?
I have written the following code in VScode c++ When I input a really large integer number for n (for example 1000000000000000) I want this output: "Dynamic memory allocation failed.nProgram will terminate." If I run the code in VScode with…