Hi everyone,
This might be a very stupid question to ask and the answer might be very simple but I was just curious to know this.
How to display "\n" on output screen in C++?
We all know \n is used to enter a new line. But what if I want to print \n on screen.
Similarly, how to print ""(double quotes) on the screen?