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 the difference between wrapper class and primitive?
What is dll in c#?
explain the three services model commonly know as a three-tier application.
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
Explain the process of inheriting a class into another class?
Is string a data type in c#?
What is c# console application?
Do loops c#?
What is the Signification of the "new " keyword in C#? example
Where’s global assembly cache located on the system?
What is difference between int and int in c#?
Who introduced c#?
What is the difference between firstordefault and singleordefault?
State the top.NET class that everything is derived from?
Define clr in .net?