Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript Site
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


For loop example
 

 

Description

a for loop example

Code

//program to display a for loop
#include<stdio.h>

int main(void)
{
int num;


for(num=10;num>0;num--)
printf("%d seconds !\n", num);
printf("Blast off ! \n");
return 0;
}

Information

tested using visual C++ 6

 

 
 

 

Download

forloop2.txt


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
Move cursor(VB)
Launch notepad(C)
uses the webbrowser control to type text into a field on a webpag(VB)
winoscentral.com news(PHP)
File size function(PHP)
add a file to recent documents list(Visual Basic)
Get current time(Powershell)
Replace a word(ASP)

    




Copyright © 2003 by programmershelp.co.uk