Search:

Type: Posts; User: ig_bpit

Search: Search took 0.00 seconds.

  1. Thanks for all your sarcastic replies but for...

    Thanks for all your sarcastic replies but for your kind informatiom none of them really helped....
  2. larger mean 20,compiler which i am using is turboc

    larger mean 20,compiler which i am using is turboc
  3. i m really sry.i am a nwb so plz frgiv me for nt...

    i m really sry.i am a nwb so plz frgiv me for nt putting d ques in right form and nw will keep in my mnd before postin...
  4. can any1 help me with this bubble sort program and tell why it takes garbage values

    in this program i am dynamically allocating space for an array and then sorting the numbers entered by the user this program run successfully when array size is small as i try to take larger array...
  5. having problem with link list code can any1 help?

    #include<stdio.h>
    #include<conio.h>
    #include<stdlib.h>
    #define NULL 0
    struct link_list
    {
    int value;
    struct link_list *next;
    };
    typedef struct link_list node;
Results 1 to 5 of 5