What is c-sharp (c#)?



What is c-sharp (c#)?..

Answer / Pranjul Shrivastava

C#, also known as C Sharp, is a high-level, object-oriented programming language developed by Microsoft in 2000. It is part of the .NET Framework and runs on various platforms like Windows, Linux, and macOS. C# combines the syntax and features of other popular languages such as Java and C++ to create efficient, scalable, and maintainable applications for web, desktop, mobile, and cloud environments.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are circular references?

1 Answers  


What is difference between === and ==?

1 Answers  


What is stack and heap?

7 Answers   Wipro,


What is the difference between cookies and session?

7 Answers   ADITI, Infinity, Infotech, VBV, Web Connect,


Why do we need constructor?

1 Answers  


hi, I am a begineer to c sharp. I have written a code for finding out prime numbers. Can anyone identify what are the flaws in my code. Kindly donot complex the code or present logic because i am new to c sharp and just started learning programming language.Thanks in advance. class Program { static void Main(string[] args) { int a,b=1; a = int.Parse(Console.ReadLine()); c= int.Parse(Console.ReadLine()); if (a % b == 0 && a % 2 != 0 && a % a == 0) Console.WriteLine(a); else if (a % b == 0 && a % 2 == 0) Console.WriteLine(a%2); Console.WriteLine("Number is not PRIME"); Console.ReadLine(); } } }

2 Answers  


What are the ways to deploy an assembly?

3 Answers  


how to deplaoy a project in the system?

1 Answers  


What's difference between constants and static readonly?

1 Answers   Wipro,


Does C# supports multi-dimensional arrays ?

4 Answers   Microsoft,


What is double c#?

1 Answers  


hi i m bhawna ,a student of mca want to know about what type of technical question has been asked in an interview of mnc's like HCL,TCS,WIPRO

1 Answers   HCL,


Categories