C Programming/Statements

      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...");
      
      Last modified on 2 May 2011, at 03:17