EasyManuals Logo
Home>Casio>Desktop>Z-1

Casio Z-1 User Manual

Casio Z-1
126 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #124 background imageLoading...
Page #124 background image
124
strcpy()
PURPOSE: Copies the source string into the destination string.
FORMAT: char *strcpy(dest, source) char *dest, *source;
PARAMETERS:
1. Destination string.
2. Source string.
EXPLANATION:
1. The source string stays untouched.
2. The content of the source string is copied to the memory pointed by the
destination string parameter. Note that no control is made on the memory
available for the destination string. Using strcpy() without enough memory
booked for the destination string may result in an overflow.
3. The returned value is the destination string, and is therefore equal to the first
parameter.
strlen()
PURPOSE: Returns the length of a string.
FORMAT: int strlen(string) char *string;
PARAMETERS: string
EXPLANATION:
1. The string stays untouched.
2. The returned value is the number of characters in the string. The NULL
character at the end of the string is not included.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Casio Z-1 and is the answer not in the manual?

Casio Z-1 Specifications

General IconGeneral
BrandCasio
ModelZ-1
CategoryDesktop
LanguageEnglish

Related product manuals