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

    


Puts function example
 

 

 

Description

A simple example which displays a message using the puts( ) function .

Code

/*display a string with puts*/
#include <stdio.h>

char *message ="Welcome to programmershelp";

main()
{
/*display the message*/
puts(message);

return 0;
}

Information

checked on Visual C++ 6

 

 


 

 

Download

puts.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
shockwave text(Javascript)
Block more than one IP address(ASP)
Convert from binary to decimal(C Sharp)
factorial function(VB)
Free disk space : DOS(C)
display the current timezone(VB)
Getting the length of a string(PHP)
Convert to Hex / Octal value(ASP)

    




Copyright © 2003 by programmershelp.co.uk