Search:

Type: Posts; User: prince777

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,962

    I think it will take time to adjust and work on...

    I think it will take time to adjust and work on Linux os......
    Anyways,Thanks a lot for the info!!!!
  2. Replies
    2
    Views
    1,962

    FILE input output in C

    this is my code which i wrote in linux....
    i know its silly but just want to know whats the default directory that the files input and output are created......
    what if i want to give my own path...
  3. Replies
    3
    Views
    4,300

    Oh, what a coincidence....i used a standard...

    Oh, what a coincidence....i used a standard library function..
    thanks a lot !!!!
    i am new to c programming..........y we must declare return type of main to be as int (in most cases authors use...
  4. Replies
    3
    Views
    4,300

    conflicting types in functions

    can any one please explain the reason for the error: conflicting types in 'qsort'
    in the following code



    #include <stdio.h>
    #include <stdlib.h>
    void qsort(int *p,int array_size)
    {
    int...
Results 1 to 4 of 4