What is the significance of following functions1. freopen()2. strtok()3. access()4. state()

Questions by pbchaudhari   answers by pbchaudhari

Showing Answers 1 - 3 of 3 Answers

ravi_529

  • Dec 24th, 2007
 

freopen() :ensures that no other file descriptors are associated with the stream being open'd.
strtok(): used to tokenize a given with the help of a delimiter.
access(): int access(const char *pathname, int mode) checks for user permissions of the given  file.
state():I donno yaar


  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