C Tutorials

C Tutorials and Examples
In this section we are providing C Tutorials and examples. C is a general-purpose programming language for developing applications of any type. C language was developed by Dennis Ritchie in the year 1972.

Programming Resource Home :: tutorials :: ctutorials

Advertisement

Advertisement




C Tutorials
Tutorial C file write example
Here we are using the library function fwrite() to write the data into the file. View Rating



C Tutorials
Tutorial C GMT Time
In this section, you will study how to get the gmt time in C. GMT stands for Greenwich Mean Time. View Rating



C Tutorials
Tutorial C Goto Statement
The goto statement is a jump statement which jumps from one point to another point within a function. The goto statement is marked by label statement. View Rating



C Tutorials
Tutorial C Multiple Indirection
C permits the pointer to point to another pointer. This creates many layers of pointer and therefore called as multiple indirection. View Rating



C Tutorials
Tutorial C Pointer to a function
C provides a special feature of pointer to a function. As you know that every function defined in C language have a base address attached to it. View Rating



C Tutorials
Tutorial C String Remove Spaces
In this section, you will study how to remove spaces from the string. View Rating



C Tutorials
Tutorial C Current Time
The header file provides all date and time functions. In the given example, the time() function determines the current time in seconds and assigns it to time_t type variable t. View Rating



C Tutorials
Tutorial C define Macro
Macros are the identifiers that represent statements or expressions. View Rating



C Tutorials
Tutorial C String to Int
In this section, you will learn how to convert a string represented value into an integer represented value in C. View Rating



C Tutorials
Tutorial C Array of String
A String is an array of char objects. An array of string can be declared and handled like a 2d(two dimensional) arrays. View Rating
Page:  [<<]   1   2   3   4   5     [>>]

Send your comments, Suggestions or Queries regarding this site at [email protected].

Copyright © 2004. All rights reserved.