why C# called C#
Answers were Sorted based on User's Feedback
Answer / jayashree k r
The name "C sharp" was inspired by musical notation where a
sharp indicates that the written note should be made a
half-step higher in pitch. This is similar to the language
name of C++, where "++" indicates that a variable should be
incremented by 1
Is This Answer Correct ? | 6 Yes | 3 No |
Answer / 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 |
Answer / dilipmrtnj176
c# called C# b'coz this language code is very sharp and we
create project easily
Is This Answer Correct ? | 9 Yes | 15 No |
Differentiate between dataset and datareader?
what is the real use of interface in c#,other than that multiple inheritance is not possible
What are the Types of assemblies that can be created in dotnet
Explain the difference between event and a delegate in c#?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is difference between list and ilist in c#?
What?s an abstract class?
What is value type and reference type?
How Reflection is used and what it's significance ?
Is functional interface runnable?
How can you sort the elements of the array in descending order?
How can you overload a method?