I need an output as follows:
/"
i want the above o/p. how can i write the code? please help me. Thanks in advance.
MessageBox.Show(" /" "); --> it displays error.
Thanks,
AP
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prakash ChasiyaPosted Mar 14, 2018, 10:39 AM
Nitin SontakkePosted Mar 14, 2018, 10:04 AM
Nikunj SatasiyaPosted Mar 14, 2018, 7:54 AM
Sagar Pandurang KapPosted Mar 14, 2018, 7:00 AM
"/""in C# code. That will produce the "New Line in Constant" error because it 'escapes' the second quote so that it doesn't count. And the string isn't closed.