Difference between C++ and C#.net
Answer Posted / navin c. pandit
C++ is platform independent i.e. it directly compiles the
code into executable file where as C# is platform dependent
bcoz. it compiles the code to intermediate language(IL) &
the IL is the paased to .NET framework which activates CLR.
The CLR converts these IL into executable file.
| Is This Answer Correct ? | 39 Yes | 33 No |
Post New Answer View All Answers
Does c# support const methods, properties, or events?
How can you read 3rd line from a text file?
What is difference between il and dll ?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
Which of these string definitions will prevent escaping on backslashes in c#?
What are primitive data types in c#?
What is final keyword in c#?
How do you achieve polymorphism in c#?
What is a .exe extension files? How is it similar to .dll extension files?
What is xml serialization in c#?
What is returned if you pass the value 12.34 to the parsefloat () function?
What is an array? Give the syntax for a single and multi-dimensional array?
What is data types in c#?
What is iqueryable?
What do multicast delegates mean?