Search:

Type: Posts; User: tltying

Search: Search took 0.00 seconds.

  1. problem solved:) thankss

    problem solved:)
    thankss
  2. Error - function returns address of local variable

    int main(void)
    {
    char brand[20];

    printf("Enter brand: ");
    brand = validatebrand();

    }

    char * validatebrand()
  3. Thread: strtok problem

    by tltying
    Replies
    1
    Views
    919

    strtok problem

    i write a strtok program, i think should be got some errors but i cant figure it out why.Can anyone please tell me what is the problem of my program? Thanks for helping.
    My program need to convert...
Results 1 to 3 of 3