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
How do you construct an increment statement or decrement statement in C?
Can a void pointer point to a function?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What are the 5 organizational structures?
What is the benefit of using #define to declare a constant?
What is linear search?
Should I learn c before c++?
What is the significance of an algorithm to C programming?
What standard functions are available to manipulate strings?
What is c++ used for today?
How do you define a string?
What is pointers in c with example?
What are the general description for loop statement and available loop types in c?
Why we use break in c?
What is line in c preprocessor?