Changes
no edit summary
In C, malloc() , calloc() and free() functions are used for Memory allocation and freeing respectively . | In C++, new and delete operators are used for memory allocation and freeing .
main() function can be called from other functions . | main() function cannot be called from inside other functions.
[[Category:Engineering|Difference Between C And C++]]
[[Category:Programming|Difference Between C And C++]]