What is an escape sequence in c#?



What is an escape sequence in c#?..

Answer / Prem Singh

An escape sequence in C# is a sequence of characters that begin with a backslash , which allows for special characters such as newline (n), tab (t), and double-quote (") to be included within strings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can non-default constructors be used with single call sao?

1 Answers  


What is using keyword?

1 Answers  


What method is used to sort the elements of the array in descending order?

1 Answers   Siebel,


Explain manifest & metadata in c#.

1 Answers  


What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?

1 Answers  


What is a di class?

1 Answers  


What is short circuit logical evaluation?

1 Answers   TCS,


What is activator c#?

1 Answers  


What is the use of readkey in c#?

1 Answers  


What is jit (just in time)?

1 Answers  


Can you pass value types by reference to a method?

1 Answers  


When Doveloped C#

2 Answers  


Categories