What is the symbol used for in c#?
Answer Posted / 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).
Post New Answer View All Answers
How do you inherit a class into other class in c#?
985
What is an abstract class c#?
957
Which namespaces are necessary to create a localized application?
1134
Why can't we use a static class instead of singleton?
947
What is expression tree in c#?
992
How to assign Null value to Var?
1053