Computer Science, asked by abhi1148, 1 year ago

why we use c++ instead of c--?​

Answers

Answered by dvipada07
1

C++ is an object-oriented language, but it can also be procedural (very much in the way of C). Both for usage with other languages as well as C++. In C++ different compilers use different name mangling so consumers of a library compiled with a different compiler from the library might have issues using it.

Similar questions