Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
C Tutorial
String 27 codes
Home
C Tutorial
String
1 A string is an array of characters
2 Add new line character
3 Arrays of strings
4 Ask the user for his first and last name
5 By setting first[4] to NULL (0), we can shorten the string
6 Copying a string using array notation and pointer notation
7 Displaying a string
8 Displaying a string with a string terminator in the middle
9 Escape Quotations
10 Find occurrences of one string in another
11 Is the escape sequence that sticks a backslash character into a string
12 Joining strings without using strcat
13 Lengths of strings
14 Overwrite the newline character in string
15 Pass string to a function
16 Read string from keyboard
17 Reading Strings
18 Sorting Strings
19 String alignment
20 String constants consist of text enclosed in double quotes
21 Strings
22 Strings always end with the NULL character
23 Take a first name and a last name and combines the two strings
24 The functional approach to string sorting
25 Useful string function
26 Using escape
27 Write string in a more traditional array style