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
What is a copy constructor in c#?
What is xamarin used for?
What does this keyword mean in c#?
Explain the process of Serialization?
how to stored and retrive video in Sql server using asp.net c#......?
Is string a class in c#?
What is difference between dictionary and list in c#?
What are the variables in c#?
What's the difference between the debug class and trace class? Documentation looks the same.
How do you remove white spaces from a string?
What is the use of protected in c#?
What is difference between comparable and comparator?
Does c# have its own class library?
What is the difference between ref and out parameters in c#?
Describe an interface class?