Microsoft Interview Question

What's the difference between C and C++?

Interview Answers

Anonymous

Feb 26, 2017

That they are not the same programming language.

3

Anonymous

Mar 4, 2017

C was developed first and it doesn't have OOPS concept in it Where as C++ has OOPS concept since it is retrieved from C.

1