What is a scope in c#?



What is a scope in c#?..

Answer / Ayan Kantha

In C#, a scope refers to the region of code where a variable is defined and can be accessed. The scope determines the visibility of the variable within the code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the types of inheritance in c#?

1 Answers  


How many constructors can a class have c#?

1 Answers  


How does bubble sort work?

1 Answers  


What is the difference between string and stringbuilder in c#?

1 Answers  


What is multicast delegate in c# ?

1 Answers  


What are the ways to deploy an assembly?

3 Answers  


in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?

1 Answers   Siebel Systems,


What is the differences between datagrid, datalist and repeater in .net?

1 Answers  


What can I create with c#?

1 Answers  


Where value types are stored in c#?

1 Answers  


What is a delegate how is it type safe?

1 Answers  


from web.config file with connection string who to interact means who to connect in gridview. in my system shows null something error what is the problem

3 Answers   Bally Technologies,


Categories