Hi Developers ! I want to do something like: string s = \"\\\\blabla\"; when you write \"\\\" it means there will only be a single '\\'. How do I write the string so there will actually be 2 '\\' meaning \"\\\" ?
Can you answer this question?
Write Answer1 Answers