C# Tips

Today's C# Quiz

Quiz

What is local variable in C#?

It can be used anywhere in the program
It can be used anywhere in the class
It can be used in derived class
It can be used within a method that declares the local variable

Tip

Answer