What is keywords in c#?



What is keywords in c#?..

Answer / Ravi Prabhat

In C#, keywords are reserved words that have special meaning and can only be used by the language itself. Some examples include 'public', 'private', 'static', 'void', and 'if'. Keywords cannot be used as identifiers for variables, functions, or classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the properties in c#?

1 Answers  


What is thread in c#?

1 Answers  


What is mean by c#?

1 Answers  


What is wpf c#?

1 Answers  


What are the collection classes ?

2 Answers   Digital GlobalSoft,


What is the file extension for c#?

1 Answers  


What are the keywords used to pass parameters to the base class and how do I invoke other constructors.

3 Answers  


What is the use of multicast delegate while methods of multicast delegate do not execute in a order?

2 Answers  


What is service contract

2 Answers   Synechron,


Is functional interface runnable?

1 Answers  


What are delegates and why are they required?

1 Answers  


What are the different approaches of passing parameters to a method?

1 Answers  


Categories