Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Search
C
Add a new snippet
Algorithms
13
Applications
5
Arithmetic Operations
2
Array
8
Basics
27
Compiler Design
1
Control Statements
4
Conversion Functions
1
Data Structures
12
Data Type
1
Date Functions
1
File
36
Keywords
1
Loops
1
Math Functions
30
Math Snippets
43
Memory Management
3
Misc
4
Networking
4
Operators
6
Pointers
17
String Functions
30
String Snippets
29
System Software
10
Utility Snippets
1
Choose Category
Copy one file to another file
rewind - Moves the file position pointer back to the start
ftell - Returns Current position of file pointer
fputs - Writes string to the stream
fgetc - Gets character from the stream and increments the file position pointer
Rename - Change the File name
fgetpos - Moves the file position pointer which is from fgetpos()
fputc - Writes a character to the stream
fflush - Force the buffer contents to be written to the file
ungetc - Put a character back to the input stream
tmpnam - Generates a unique filename
setbuf
fgets - Reads the file upto NULL pointer
fread - Reads The number of objects and Stores
Opening File
List files in directory
Clearerr
freopen - Associates existing stream with a different file
fwrite - Count number of objects
putc - Write the Charcater in the file
tmpfile - Open temporary file and read/write and returns
fclose - Closes the file
fopen - Opens file by using file pointer
fscanf - Reading the line by line from the file until the end of file
setvbuf - sets the buffer for stream to be buffer, with a size of
ferror - Check File Errors
fprintf - Diplay the Values/Strings from file to Stream
fseek - Move to the File position Specified by the user
remove - Removing/Delete File from the disk
snprintf - identical to sprintf() except that a maximum of num-1 characters will be stored
perror - Display the error by using the default function
sprintf - is identical to printf() except that the output is a char array
read input
Merging the Files
Binary Read operation
Delete File from Storage