Tutorials and Lessons
Step By Step Instructions
Real Code
Sample Data in tutorials
Compilers and other Downloads
Reference covering every ANSI keyword and library
Other resources related to programming and software development
C9X info, C9X draft is here (final committee draft)
Reading string displaying strings
Combining or concatenating strings
Copying one string to another.
Comparing string & checking whether they are equal
Extraction of a portion of a string
A unique feature of c language is the preprocessor. A program can use the tools provided by preprocessor to make his program easy to read, modify, portable and more efficient.
One of the essential operations performed in a C language programs is to provide input values to the program and output the data produced by the program to a standard output device. We can assign values to variable through assignment statements such as x = 5 a = 0 ; and so on. Another
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.