Search:

Type: Posts; User: Adak

Search: Search took 0.09 seconds.

  1. I just moved the other functions outside main()...

    I just moved the other functions outside main() and gave one of them a different name to differentiate it from the other one. Didn't mean to imply it was OK.

    I had to leave.

    Here's an error...
  2. Here's what I see in Notepad, after a bit of...

    Here's what I see in Notepad, after a bit of editing:



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

    void display(int z);
    void display2(int z);
Results 1 to 2 of 2