Guest User

Escape sequences

a guest
Feb 10th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Escape Sequences:-
  2. #include <iostream>
  3. using namespace std;
  4. int main ()
  5. {
  6. cout<<"Welcome \n Here";
  7. return 0;
  8. }
Add Comment
Please, Sign In to add comment