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


Please Help Members By Posting Answers For Below Questions

What is parameters in c#?

688


What is parallel foreach c#?

677


What is array formula?

653


What is type class in c#?

655


Why attributes are used in c#?

635


Can a abstract class have a constructor?

637


Do while loops yes or no c#?

715


What is parallel foreach in c#?

730


Can we assign null value to integer?

630


What are the problem with .NET generics?

725


Explain About ADO and its objects

758


Is an array an object c#?

712


What standard types does c# use?

694


What is the use of list in c#?

646


What is event and delegates in c#?

748