Results 1 to 3 of 3

Thread: Usage of function

  1. #1
    Contributing Member
    Join Date
    May 2006
    Answers
    64

    Usage of function

    What is the function strtok() used for? Is this a string handling function? If one uses this function what is the header file one must include in the program.


  2. #2
    Contributing Member
    Join Date
    May 2006
    Answers
    85

    Re: Usage of function

    Yes it is a string handling function. You have to include the file string.h while using this function in your program. The syntax of this function is
    char *strtok( char *strin1, const char *strin2 );


  3. #3
    Contributing Member
    Join Date
    May 2006
    Answers
    64

    Re: Usage of function

    Norman thanks for your valuable input. I tried this function from the input you gave me and I could get a clear idea of this function.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact