Answer Posted / prem
The name "C sharp" was inspired by musical notation where a
sharp indicates that the written note should be made a
semitone higher in pitch. This is similar to the language
name of C++, where "++" indicates that a variable should be
incremented by 1.
.............................................................
you can check it...
http://en.wikipedia.org/wiki/C_Sharp_%28programming_language%29
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain “static” keyword in c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
Explain polymorphism in c# with a simple example?
How do you declare a method in c#?
What is the difference between int and int in c#?
What do you mean by abstract class in c#?
What is clr in c#?
Can you put two constructor with the same structure in a class?
What is a race condition?
How does dictionary work in c#?
What is the use of GC.KeepAlive Method?
C# called c sharp why?
When do we generally use destructors to release resources?
What are the different types of assemblies available and their purpose?
How do you access a constant field declared in a class?