Search:

Type: Posts; User: imbax8299

Search: Search took 0.05 seconds.

  1. Replies
    13
    Views
    1,607

    its done, but can you help me try to run the...

    its done, but can you help me try to run the code??
    i cant input any thing, it straight crash after i input
  2. Replies
    13
    Views
    1,607

    void stk_push(stack*s){ char item[20];...

    void stk_push(stack*s){
    char item[20];
    if(stk_isFull(s)){
    printf("stack is full\n\n");
    }else{
    printf(" KEY IN THE ITEM YOU WANT TO PUSH\n\n");
    scanf("%s",&item);
    s->storage[s->top]...
  3. Replies
    13
    Views
    1,607

    then wat to change to make it correct ??

    then wat to change to make it correct ??
  4. Replies
    13
    Views
    1,607

    i wan to intent a stack of strings

    i wan to intent a stack of strings
  5. Replies
    13
    Views
    1,607

    hmm i dont understand ...

    hmm i dont understand ...
  6. Replies
    13
    Views
    1,607

    get something error with my code.

    This is my code for my homework ( Pop and push from stack)
    i get something wrong with this,
    why when i make the 2nd time selection, the program will crash??
    anyone can tell me or help me edit it...
Results 1 to 6 of 6