Search:

Type: Posts; User: s.saran

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,672

    >It's odd that it all works perfectly on one of...

    >It's odd that it all works perfectly on one of my Win2000 machines, and doesn't work at all on the other Win2000 machine.

    Please make sure that the executable file and also "start.dat " present...
  2. Replies
    10
    Views
    1,672

    Compile and make the executable but don’t execute...

    Compile and make the executable but don’t execute it through some IDE or Editor.
    Run it in command prompt, it will run.

    Note: Output Verified
  3. Replies
    5
    Views
    2,830

    Hi, beg=a[0]; end=a[9]; mid=(beg+end)/2;...

    Hi,



    beg=a[0];
    end=a[9];
    mid=(beg+end)/2;
    printf(“\nenter the number to be searched:”);

    In the above code, use n-1 instread of 9. because it will affect the Binary search Logic if you...
  4. Replies
    6
    Views
    7,203

    Hi, For Unix/Linux Platform use curses Library...

    Hi,

    For Unix/Linux Platform use curses Library [ curses.h ]

    For MS-DOS use the following code and make sure that the following conditions,

    1. Printable character within (24,80) length.
    2....
Results 1 to 4 of 7