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 Replace String
Here a function pointer replace is created in which variables st, orig, repl of pointer type are declared. View Rating



C Tutorials
Tutorial C String Compare
In this section, you will learn how to compare two strings. You can see in the given example, the program prompts the user to enter the two strings one by one. View Rating



C Tutorials
Tutorial C String Concatenation
In this section you will study how to concatenate the two strings in C. You can see in the given example, we have declared two strings in order to combine the strings. View Rating



C Tutorials
Tutorial C String Copy
In this section, you will learn how to copy the string in C. You can see in the given example, two string variables st1 and st2 are created. View Rating



C Tutorials
Tutorial C Dynamic Array
The dynamic array is an array data structure which can be resized during runtime which means elements can be added and removed. View Rating



C Tutorials
Tutorial C file delete example
This section illustrates you to delete a file in C. You can see in the given example that we want to remove the file HELLO.txt. View Rating



C Tutorials
Tutorial C file Last Modified Date
You can see in the given example that we want to get the last modified date of the specified file Hello.txt. View Rating



C Tutorials
Tutorial C file open example
The header file provides several functions related to file operations. Here we are going to open a file using library function fopen(). View Rating



C Tutorials
Tutorial C file read example
This section demonstrates you to read a line from the file. You can see in the given example, we prompt the user to enter the name of the file to read. View Rating



C Tutorials
Tutorial C file rename
This section illustrates you to rename a file in C. You can see in the given example that we want to replace the name of the text file MYFILE.txt with HELLO.txt. 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.