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
How do I port "synchronized" functions from visual j++ to c#?
Is datetime nullable c#?
Which operator cannot be overloaded in c sharp?
Why do we use polymorphism in c#?
Can we extend static class in c#?
Why static variables are used?
What are class fields?
What is 8 bit signed integer?
What is concatenation and when should it be used?
Is it possible to nest cfml conditional tags?
What is the namespace for datatable in c#?
What is wpf application in c#?
What is the difference between method and constructor in c#?
What does void mean in c#?
Is c# strongly typed?