12.05.2015 Views

type - David Vernon

type - David Vernon

type - David Vernon

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Arrays, Pointers, and Strings<br />

Strings Operations<br />

• Many string handling operations are declared in<br />

string.h<br />

strnen(string);<br />

// returns the length of the string<br />

E.g.<br />

int length;<br />

char s[100]=“ABC”;<br />

length = strlen(s); // returns 3<br />

Copyright © 2007 <strong>David</strong> <strong>Vernon</strong> (www.vernon.eu)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!