Answer Posted / sight
Hi!!
C is basically developed for Structured programming...
C++ is developed for Object Oriented Programming..
C we can't use Inheritance,Polymorphism.etc..Concepts
C++ we can use this concepts...
C is not as secured compared to C++
C++ is more secure than C b'coz it use Object Oriented
concepts..
C is to Down Approach
C++ is Bottom top Approach..
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is pragma in c?
Where in memory are my variables stored?
What the different types of arrays in c?
What is null pointer in c?
What is the g value paradox?
What is openmp in c?
What is use of bit field?
Explain union. What are its advantages?
explain what are pointers?
What is the size of array float a(10)?
How we can insert comments in a c program?
How do we print only part of a string in c?
How many keywords are there in c?
What are run-time errors?
How do I create a directory? How do I remove a directory (and its contents)?