Printing text
Printing text can be accomplished by using the printf() statment eg.
printf("Please enter your name\n");
Will print:
Please enter your name
Labels:
Add Comment