why c# is pronounced as C-sharp instead of pronouncing it as
C-hash? is there any technical reason behind it?
Answer Posted / lata negi
C# is pronounced as C-Sharp because Microsoft made it more
sharper & more useful than C & C++ Language. C# is an
evolution of the C and C++ family of languages.
| Is This Answer Correct ? | 16 Yes | 8 No |
Post New Answer View All Answers
What is new method in c#?
Explain hash table in c# ?
What is the difference between const and static read-only?
Are all methods virtual in c#?
Is array immutable in c#?
What is the base class for array types?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
How do you create empty strings in c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
Why do we use virtual methods in c#?
Can we overload the main method in c#?
What is disco?
How can I make sure my c# classes will interoperate with other .net languages?
What is jit (just in time)?
Are structs value types or reference types?