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
What is ControlBox Propertie
What is difference between event and delegate in c#?
How to move to a state-related codebase?
What are the basics of c#?
What is difference between list and dictionary in c#?
How do you type a null character?
When should you use generics?
What is the data type for bit in c#?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
Why we use methods in c#?
What is the difference between private and protected in c#?
Will the following code compile?
Explain how to add controls dynamically to the form using c#.net.
In c#, what will happen if you do not explicitly provide a constructor for a class?
Is php better than c#?