Computer Science, asked by rohit547998, 6 months ago

please help me!!

Enlist some basics file operation. write the step to view a file​

Answers

Answered by maanya8011
0

Answer:

Creation of a new file (fopen with attributes as “a” or “a+” or “w” or “w++”)

Opening an existing file (fopen)

Reading from file (fscanf or fgets)

Writing to a file (fprintf or fputs)

Moving to a specific location in a file (fseek, rewind)

Closing a file (fclose)

Answered by attitudegirl11
4

Answer:

that only I am say sis

do study

Similar questions