Which of these is a valid path declaration?

 Posted by Ddd on 2/7/2011 | Category: .NET Framework Interview questions | Views: 9704 | Points: 40
Select from following answers:
  1. string s="c:\\demo.txt";
  2. string s="c:/demo.txt";
  3. string s=@"c:\demo.txt";
  4. all of these
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response