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

    


Upper and lower case
 

 

Description

This shows the strlwr and strupr functions to convert a string to lower or upper case.

Code

#include <string.h>
#include <stdio.h>

int main()
{
printf(strlwr("Programmers Help C Code Section.\n"));
printf(strupr("Programmers Help C Code Section.\n"));
return 0;
}

Information

tested using LCC Win 32 , Visual C++ 6

 

 

 

 

Download

upperlower.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
caret blink time(VB)
list files in a folder in a text file(VBScript)
Messagebox in C(C)
list all databases(php)
See What URL is being displayed(VB)
Search a text file(PHP)
Browser properties(Javascript)
app does not appear in ctrl + alt + delete applications list(VB)

    




Copyright © 2003 by programmershelp.co.uk