C Programming/Statements

From Wikibooks, open books for an open world
< C Programming
Jump to: navigation, search

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...");
Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export