Difference between C++ and C#.net
Answer Posted / sharmin jose
Navin, what you told is not correct. C++ is platform
dependent where as C# not. MSIL code will run in any
platform if CLR is running.
For e.g., if a CLR is developed for Linux(I think its
there), the code which got compiled in Windows can be run
there.
But for C++, the .exe file created is very much dependent
on the machine. For e.g., the Windows C++ .exe file can
never be run in Linux.
| Is This Answer Correct ? | 35 Yes | 10 No |
Post New Answer View All Answers
How many parameters can a method have c#?
What are the examples of data types?
What are the types of access modifiers?
Is there throws keyword in c#?
What does out mean c#?
What do you mean by a windows process in regards to memory allocation?
How do I unload an assembly?
What are extender provider components? Explain how to use an extender provider in the project.
How does c# achieve polymorphism?
What is overloading in c#?
What is difference between dictionary and hashtable?
What does ienumerable mean?
Is std :: string null terminated?
What is iqueryable?
write a c# program add two matrix with input number ?