Search:

Type: Posts; User: cloverdagreat

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    3,887

    help me correct it to get the right result

    help me correct it to get the right result
  2. Replies
    16
    Views
    3,887

    this is the code for Q1 err dont laugh at me...

    this is the code for Q1
    err dont laugh at me hehehe


    #include<stdio.h>
    #include<conio.h>
    #define MAX 10

    struct st_a{
    int topmost;
  3. Replies
    16
    Views
    3,887

    if got wrong can help me to correct it

    if got wrong can help me to
    correct it
  4. Replies
    16
    Views
    3,887

    here are my code for question 1 /* This is...

    here are my code for question 1



    /* This is an array implementation of a character stack. */

    #include <stdio.h>
    #include <stdlib.h>
    #include <stack.h>
    #ifndef _STACK_H
  5. Replies
    16
    Views
    3,887

    can u gived me exanple how to made stack and how...

    can u gived me exanple how to made stack and how to revesed it
  6. Replies
    16
    Views
    3,887

    here are my code for question 1 #include...

    here are my code
    for question 1



    #include <stdio.h>

    void main()
    {
    char text[] = "ABCDEFGHI";
  7. Replies
    16
    Views
    3,887

    hemm im already asked my lecturer it said need...

    hemm im already asked my lecturer it said
    need to do this with stack and pointer for question 1
    and sorting in question 2
  8. Replies
    16
    Views
    3,887

    err pls removed become and -----> sory miss...

    err pls removed become and ----->
    sory miss spelling
  9. Replies
    16
    Views
    3,887

    Help for my assigment

    hello im new here
    can someone help me on my assigment

    here are the question

    QUESTION 1

    Write a program that reverses the string contents of a stack (the top and bottom elements exchange...
Results 1 to 9 of 9