adplus-dvertising
frame-decoration

Question

What is the difference between C and C++?

a.

C++ is a more flexible and sophisticated language that supports object-oriented programming.

b.

C++ is a compiled language, whereas C is an interpreted language.

c.

C++ does not impose any new limits on programmers, but C does.

d.

There is no difference between C and C++.

Posted under Reverse Engineering

Answer: (a).C++ is a more flexible and sophisticated language that supports object-oriented programming. Explanation:C++ is an extension of C and shares C's basic syntax, but it introduces support for object-oriented programming, making it more flexible and sophisticated.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the difference between C and C++?