The Computer Science

A blog About Computer Science and has many topics or post related to networking, hardware, software and more about in Computer science.

Sunday, March 22, 2015

What is an array ?

›
An array is the collection of similar data type which is used to store the information in a random way.  An array is a derived data type ...
1 comment:
Wednesday, March 18, 2015

What is rewind() function?

›
It is used to sets the position to the beginning of the file. It takes a file pointer and resets the position to the start of the fil...
2 comments:

What is ftell() function?

›
It is used to gives the current position in the file (in terms of bytes from the start). ftell() takes a file pointer and return a nu...
2 comments:

What is fseek() function ?

›
It is used to sets the position to a desired point in the file. Ex:         fseek (file_pointer, offset, position); File poin...

What is putw() function?

›
It is used to writes a integer to a file. It write only one value at a time. It is integer oriented function. It is similar to putc...
›
Home
View web version
Powered by Blogger.