Skip to main content

Practical No.1: Write a program to print WELCOME text in new line

 

Practical No.1: Write a program to print WELCOME text in new line

ACTIVITY 1

Practical No.1:
Write a program to print WELCOME text in new line




Points To Remember:
  • \n: stands for new line. It insert a new line and cursor moves to beginning of the next line.( Like 'Enter' button in keyboard)
  • \t: stands for horizontal tab. It is used to shift the cursor to a couple of spaces to right in a straight line. (Like Tab button in keyboard)


OR

By Sir Sajjad Akber Chandio


Comments