Answer Posted / 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 |
Post New Answer View All Answers
How many constructors can a class have c#?
What is the difference between readkey and readline in c#?
What is difference between event and delegate in c#?
Can you prevent a class from being instantiated?
Which is more efficient for loop or while loop?
In a single .NET DLL how many classes it contains?
Why singleton class is sealed in c#?
What is concrete method in c#?
What standard types does c# use?
What is an enumerator c#?
What is parseexact c#?
What is console writeline in c#?
What is delegate in c#?
Is var a data type?
Why do we need to override in c#?