You want to declare an string type variable called _productName and assign it the value TV using C#. How can you accomplish this?

 Posted by Rajkatie on 8/30/2013 | Category: .NET Framework Interview questions | Views: 4433 | Points: 40
Select from following answers:
  1. _productName = "TV"
  2. _productName = "TV";
  3. declare _productName as "TV";
  4. All Above

Show Correct Answer


| Alert Moderator 

Comments or Responses

Login to post response