Computer Science, asked by Priyankajagdale, 4 months ago

what is diffrence between C and C++​

Answers

Answered by Anonymous
16

\huge\green{Answer:}

C and C++ are programming languages and used for application development. The main difference between both these languages is C is a procedural programming language and does not support classes and objects, while C++ is a combination of both procedural and object-oriented programming languages.

Answered by boudhayanchakraborty
1

Answer:

Simple Answer

Explanation:

C is not an oop(Object Oriented Programming)language. While, C++ is an oop(Object Oriented Programming)language.

Similar questions