Search:

Type: Posts; User: paulmedic555

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,918

    simple stack

    Hi all i am learning C now and i want to make a program that for a simple stack (an integer array) i will insert elements (integers) in the stack until it will be full or remove them until it will be...
  2. Thread: recursion

    by paulmedic555
    Replies
    26
    Views
    4,042

    recursion

    Hi all i have problems to understand recursion :confused: .Here are two programms.Could someone tell me how they work?

    1.

    #include <stdio.h>

    void up_and_down(int);

    main( )
    {
  3. Replies
    4
    Views
    1,924

    return a value from a function

    Hi all i am new to programming and after i learnt Pascal i try to learn C.I have working to this program and from the pinakas function i want to return to main the first negative value of the array...
Results 1 to 3 of 3