0
What is the difference between c , c# and c++? And if you know one ,could it be easier to understand the others?
curious about c language
2 Answers
+ 5
Pretty much the same difference that you probably noticed in lion, tiger, and cat. They all belong to a common taxonomy of mammals with some differences in size, inhabitant area, etc. , so do C, C++, and C#. These languages share a great deal of common ground in terms of program structure and syntax but also with noticeable differences regarding their platform support, libraries, etc.