Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

C and C++

What is the difference between C n C++.................................................

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    basically C++ is an object oriented language whereas C is a structured (I am not quite sure that is the correct term) language.

    C++ offers a higher abstraction level than C. Generally C++ has more overhead in code size. But there are more then enough sources on the web that provide all the answers, but why are you asking?