Search:

Type: Posts; User: krishpatel

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    3,981

    I think it should be typedef int QUALITY

    I think it should be typedef int QUALITY
  2. Replies
    6
    Views
    9,439

    Thank you very much your pseudo works.

    Thank you very much your pseudo works.
  3. Replies
    6
    Views
    9,439

    I follow ansiC-Balagurusamy

    I follow ansiC-Balagurusamy
  4. Replies
    1
    Views
    2,785

    creating a binary search tree

    Hi,
    Can anyone find out what is wrong with this program
  5. Replies
    6
    Views
    9,439

    creating a binary search tree

    I am really sorry.I didn't know how to use code tags.
    This is the program can anyone tell what is wrong with this

    #include<stdio.h>
    #include<stdlib.h>
    #define NULL 0
    struct binary
    {
    int...
  6. Replies
    1
    Views
    1,500

    creation of binary tree

    can anyone tell what is wrong with this program,please.
    #include<stdio.h>
    #include<stdlib.h>
    #define NULL 0
    struct binary
    {
    int number;
    struct binary *parent;
    struct binary...
Results 1 to 6 of 6