why c# is pronounced as C-sharp instead of pronouncing it as
C-hash? is there any technical reason behind it?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
How can you prevent escaping on backslashes in C# with string definitions?
How does c# generics and c++ templates compare?
Is c# pass by reference?
What is the use of private constructor in c#?
What is an indexer in c#?
What is an argument in c#?
Distinguish between continue and break statement?
Explain static class members.
What is the state of Garbage Collection after dispose() call info C# code?
Can a constructor have a return type?
List some of the common data providers for ado.net framework?
What is the difference between list and ilist in c#?