C Programming/Statements
From Wikibooks, open books for an open world
A statement is a command given to the computer that instructs the computer to take a specific action, such as display to the screen, or collect input. A computer program is made up of a series of statements.
puts ("Hi there!");
puts ("Hi there!");
puts ("Strange things are afoot...");
This page may need to be