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
Why we use anonymous methods in c#?
What is the difference between ref and out in c#?
Can enum be null c#?
How can I get the ascii code for a character in c#?
Difference between directcast and ctype.
When should you use generics?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
Explain the difference between a sub and a function in c#.
What is predicate builder?
What does string intern do?
Is it possible to force garbage collector to run?
Is dictionary reference type c#?
What is yield return in c#?