#hello, i need more clarification to insert double back slash(\\) in c++

5 messages · Page 1 of 1 (latest)

nimble wadi
wintry dragon
#

How do you insert a normal back slash?

nimble wadi
#

I insert two but how the next one escape the other one and the other one printed successfully what is the mean of escape or ignore here

wintry dragon
#

I see, so you need to understand the concept of escape character first
Please read this: https://en.wikipedia.org/wiki/Escape_character

In computing and telecommunication, an escape character is a character that invokes an alternative interpretation on the following characters in a character sequence. An escape character is a particular case of metacharacters. Generally, the judgement of whether something is an escape character or not depends on the context.
In the telecommunica...

nimble wadi
#

thank youexercism