What is the difference between C and CPP?
Answer / Sameer Dayal
"C and C++ are both general-purpose programming languages that share a common base syntax. However, C++ adds several features such as object-oriented programming (OOP), exception handling, namespaces, templates, and standard libraries.nnIn C, there are no classes or objects, and the memory management is done manually using dynamic memory allocation functions like malloc(), calloc(), realloc(), and free(). In contrast, C++ provides built-in support for OOP concepts like inheritance, polymorphism, encapsulation, and abstraction."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the operation of overloading of an assignment operator.
What is cloning?
Do inline functions improve performance?
What is #include iostream h in c++?
What is searching? Explain linear and binary search.
how can u create a doubly linked list with out using pointers?
Write some differences between an external iterator and an internal iterator?
Can I learn c++ in a week?
How a new operator differs from the operator new?
Check for Balanced Parentheses using Stack?
What is c++ best used for?
What are guid?