Difference between C++ and C#.net
Answer Posted / sanjana
-->C++ programs are saved as with .cpp extension while
C# programs are saved as with .cs extension.
--> C++ programs are compiled with
cc filename.cpp
and
C# programs are compiled with
csc filename.cs
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Do vs while c#?
How to sign an assembly with strong name?
Why c# is called c sharp?
What is cookies in c# asp net?
What is difference between singleton and static class in c#?
What is difference between yielding and sleeping?
Explain the working of serialization?
Is c# or c++ better for games?
What is the difference between delegates and events in c#?
What is meant by enumerable in c#?
Is an array an object c#?
what are the differences between a class and structure
What's new in c#?
What is exe in c#?
Why singleton is sealed?