Search:

Type: Posts; User: Joshino520

Search: Search took 0.02 seconds.

  1. Program stops working when it gets to function

    #include <stdio.h>#include <conio.h>


    void Rent(void);


    float entry(int);
    float discount(int,float);
    int j=0;
    struct rental
  2. When I run my program and reach to my function It doesn't work

    #include <stdio.h>
    #include <conio.h>


    void Rent(void);


    float entry(int);
    float discount(int,float);
    int j=0;
Results 1 to 2 of 2