+ 2
What is the difference between a operator(not the arthematic one ) and a keyword ???
Like new operator is not called as new keyword while creating an object ...... why ??
3 odpowiedzi
+ 6
new is both an operator as well as a keyword.
0
Oh the lang was C++