What is the symbol used for in c#?



What is the symbol used for in c#?..

Answer / Pradeep Kumar Rai

In C#, the symbol '' is used as an escape character to represent special characters such as newline (n), tab (t), and backspace (b).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is service contract

2 Answers   Synechron,


How do you declare a method in c#?

1 Answers  


which datatype i have to use we i need dynamic size.for eg. empname .in first row it have only five chars.but next row it have 100 chars.

3 Answers  


What does dbml mean?

1 Answers  


What?s the difference between System.String and System.StringBuilder classes?

1 Answers  


What are examples of desktop applications?

1 Answers  


What is an Interface in C#?

1 Answers   TryTechnicals Pvt Ltd,


Hai I am Shiva from TN, SSE.I have an query problem. My Table : Door Field : ID,DoorID,ZoneID,Date,Time,Status. Problem was : Status.We got two values, one is 00 (OUTTIME) , Another is 01(INTIME) Like this Status --------- 00 01 00 01 00 01 00 01 How to Set as Status 00 and 01 , of separate column , Status as Intime,Status as Outtime Like this ----------- InTime OutTime ---------- ----------- 01 00 01 00 01 00 01 00 01 00 01 00 Regards KS kumar

1 Answers  


What is distribute by in hive?

1 Answers  


What are three test cases you should go through in unit testing?

1 Answers   Siebel Systems, Wipro,


What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?

1 Answers  


What is callback delegate in c#?

1 Answers  


Categories