Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
3 Answers
- ?Lv 67 years agoFavorite Answer
C++ is far more powerful and compiles to more efficient code that runs natively on the system it is compiled for. It is generally more verbose and requires you to have good control over memory you allocate.
C# is easier to use and genereally requires less code to accomplish things, but because it is slighly higher level than C++, it is also less efficient. It also requires a .Net framework to run.
C# has similarities with Java in the way it is executed, and also has similar memory management.
- Anonymous7 years ago
these are two computer programming language