Jiya Hiten Shah First C Program
Jiya Hiten Shah First C Program
Question:
Write a program to print "Welcome to the World of C".
See what happens if \n is not included in the printf statement.
Answer:
i. Write a program to print "Welcome to the World of C".
PROGRAM
PROGRAM
i.
ii.
The \n character moves the cursor to the next line after printing while without \n, the next
output will be printed on the same line