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
What is difference between float and decimal?
What is difference between array and collection in c#?
What is mvc firstordefault?
What is regex replace in c#?
If I want to override a method one of class A and in class b then how do you declare?
Do events have return type c#?
How to use session under class file of APP_Code folder?
What is dbcontext c#?
Explain the difference between a sub and a function in c#.
Why we use get and set method in c#?
What is a scope in c#?
Please explain the basic string operations used in c#?
Define constructors
Is equal in c#?
What is the difference between malloc () and new?