What is difference between c and c sharp?



What is difference between c and c sharp?..

Answer / Ashutosh Sharma

C and C# are different programming languages. C is a low-level, procedural language that is not object-oriented and has no built-in memory management or garbage collection. C# is an object-oriented, high-level language that supports automatic memory management, strong type checking, and exception handling.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the examples of data types?

1 Answers  


How to get the sum of last 3 items in a list using lambda expressions?

1 Answers  


FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ? EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER????? PLEASE REPLY...

2 Answers  


Are string objects mutable or immutable?

1 Answers  


What is an assembly qualified name

1 Answers  


Explain the difference between a sub and a function?

1 Answers   Wipro,


What are the properties of c#?

1 Answers  


what is scope of a protected internal member variable of a c# class

1 Answers   Cognizant,


List down the fundamental oop concepts?

1 Answers  


what is class libraries?

1 Answers  


Why can?t you specify the accessibility modifier for methods inside the interface?

3 Answers   Mind Tree, Siebel Systems,


What is unrecognized escape sequence in c#?

1 Answers  


Categories