Why do we need escape characters?



Why do we need escape characters?..

Answer / Bhupesh Kumar Gunjel

Escape characters are needed in C# to represent special characters such as newline and double-quote, which have specific meanings within the language and would otherwise cause syntax errors if included directly in strings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the benefit of dependency injection c#?

1 Answers  


What?s a satellite assembly?

3 Answers   Visual Soft,


What does type safety mean?

1 Answers  


Can class inherit from struct c#?

1 Answers  


What is lazy loading c#?

1 Answers  


What is array and its types in c#?

1 Answers  


Is c# a keyword?

1 Answers  


How long does it take to learn c# programming?

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,


what is diffrence between protected ,internal and protected internal?? whether protected field available in derived class which is outside the assembly. if not ..this is possible by which access modifiers??

2 Answers  


Can int be null c#?

1 Answers  


What is Assembly. and Describe type of assembly. why most developer happy with private assembly.

1 Answers   MCN Solutions,


Categories