Computer Science, asked by Anonymous, 1 year ago

What is the difference between C and C++ ? Would you prefer to use one over the other?

Answers

Answered by EHSASS
4

        ◦•●◉✿ ʜᴇʀᴇ ɪs ʏᴏᴜʀ ᴀɴsᴡᴇʀ ✿◉●•◦

You might answer something like:

“C++ supports the object-oriented programming paradigm while C is based on structured programming. I prefer C++ due to its object-oriented nature but also the fact that almost anything can be built using it.”

ᴇʜsᴀss  ✿◕ ‿ ◕✿

Answered by Vishal101100
6

here is your answer mate.....

The major difference between C and C++ is that 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 language; therefore C++ can be called a hybrid language.

C++ is better so I would prefer to use only C++.

hope it helps you.....

Similar questions