difference between c and c++?
Answer Posted / muneeswari
c is structured design,c++ is object oriented design
c is top-down approach,c++ is bottom-top approach
c++ is required acces specifiers,c is not required acces
specifiers
c++ is client server model
| Is This Answer Correct ? | 55 Yes | 8 No |
Post New Answer View All Answers
Why do we use string in c++?
What is == in programming?
What is the use of object in c++?
How many standards of c++ are there?
Explain the register storage classes in c++.
What is istream and ostream in c++?
When does a name clash occur in c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Is recursion allowed in inline functions?
What can I use instead of namespace std?
What language does google use?
What is Destructor in C++?
What is the difference between global variables and static varables?
How does a copy constructor differs from an overloaded assignment operator?
What is a buffer c++?