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 parameters in c#?
What is parallel foreach c#?
What is array formula?
What is type class in c#?
Why attributes are used in c#?
Can a abstract class have a constructor?
Do while loops yes or no c#?
What is parallel foreach in c#?
Can we assign null value to integer?
What are the problem with .NET generics?
Explain About ADO and its objects
Is an array an object c#?
What standard types does c# use?
What is the use of list in c#?
What is event and delegates in c#?