Difference between c++ and c#
Answers
Answered by
1
Answer:
Explanation:
C++compiles into machine code, while C compiles to CLR, which is interpreted C++ requires you to handle memory manually, but Cruns in a virtual machine which can automatically handle memory management. C does not use pointers
Similar questions