UNIX Command to Store Data

You have to store data on the system which command will you use
(a) fread
(b) fwrite
(c) read
(d) write

Questions by ankit24_jaiswal

Showing Answers 1 - 15 of 15 Answers

hanumant

  • Jul 18th, 2013
 

(d) write

  Was this answer useful?  Yes

The header to this question is wrong. This is not a unix command it should be titled "C library function to store data in a file".

The answer would then be (a) fwrite.

fwrite is not operating system specific and will work the same on Unix or Windows.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions