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.

What is difference between c++ and C#?

3 Answers

Relevance
  • ?
    Lv 6
    7 years ago
    Favorite 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.

  • 7 years ago

    C plus plus and C hashtag. One has a double + , another a #

  • Anonymous
    7 years ago

    these are two computer programming language

Still have questions? Get your answers by asking now.