Showing posts with label String Operations. Show all posts
Showing posts with label String Operations. Show all posts

Tuesday, 13 September 2011

String feed Literals

String Literals:
      \n - new line
      \b - backspace
      \0 - null space
      \r - carriage return
      \a - alarm

[Note:]
     These can be used in the string for indented alignment and arrangement of the text
in the string.