why c# is pronounced as C-sharp instead of pronouncing it as
C-hash? is there any technical reason behind it?
Answer Posted / gp_bellamkonda
In a piano, there will be white keys, and black keys, right!
The White Keys are named as A, B, C, D, E, F, G.
The black keys after White keys are called as sharp(#) keys.
And remember, C# means, the right side of C => the thing
which is AFTER C....
That means C# is a language more advanced than C.
(C++ is already chosen, thatsy C# is given as a name.)
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
Why is ienumerable used?
Should I use double or float?
explain Garbage collector’s functionality on unmanaged code
Is xamarin free?
Are c# generics the same as c++ templates?
What is generic in c#?
Explain the use of virtual, sealed, override, and abstract method?
What is regex c#?
What is the difference between iqueryable and ienumerable?
What is uint16?
What do you mean by “finalize” and “finally” methods in c#?
How do you create dlls in .NET
Can I define my own exceptions?
What is a data set in c#?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.