please dont rip this site

Language Ccpp Cref Examples FOR2.C

/ ************************************************************************
 *
 * Purpose: Program to demonstrate the 'for' statement.
 * Author:  M J Leslie
 * Date:    08/04/94
 *
 ************************************************************************/

#include <stdio.h>

main()
{
  int i,j;		/* Define integers 				*/
			  
			/* 'i' and 'j' get initalised on the 'for'.
			 * Then they both are incremented and decremented
			 * before 'i' is tested.
			 */
  for (i=1, j=10; i<=10; ++i, --j)
  {
    printf ("   i = %02d  j = %02d\n", i, j);
  }
}
/************************************************************************ 
   O/P will look like this:

   i = 01  j = 10
   i = 02  j = 09
   i = 03  j = 08
   i = 04  j = 07
   i = 05  j = 06
   i = 06  j = 05
   i = 07  j = 04
   i = 08  j = 03
   i = 09  j = 02
   i = 10  j = 01
**************************************************************************/


file: /Techref/language/ccpp/cref/EXAMPLES/for2.c, 0KB, , updated: 1997/4/21 09:52, local time: 2024/4/23 15:02,
TOP NEW HELP FIND: 
18.222.22.244:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.sxlist.com/Techref/language/ccpp/cref/EXAMPLES/for2.c"> language ccpp cref EXAMPLES for2</A>

Did you find what you needed?

 

Welcome to sxlist.com!


Site supported by
sales, advertizing,
& kind contributors
just like you!

Please don't rip/copy
(here's why

Copies of the site on CD
are available at minimal cost.
 

Welcome to www.sxlist.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .