Computer Science, asked by H4R5H1T, 1 year ago

Write a difdrence between C and C++?

Answers

Answered by vee11
1

C++ ia an object oriented programing but C is a procedure oriented programing. C is super set of C++. C can't suport inheritance,function overloading, method overloading etc. but C++ can do this.In C-programe the main function could not return a value but in the C++ the main function should return a value.

vee11: Thanks :-)
Similar questions