Search:

Type: Posts; User: Animesh Gaitond

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,727

    how should the function of creating the tree look...

    how should the function of creating the tree look like?how will recursion take place in the given function?
  2. Replies
    5
    Views
    1,727

    i dont know how to create this kind of tree...

    i dont know how to create this kind of tree ,beacuse if i want to insert
    A[6], it should become left child of A[3] , i cant understand the logic behind the problem;
    array A[25] contains integers...
  3. Replies
    5
    Views
    1,727

    binary trees

    i hav started started studying binary trees.i m stuck with one problem,which is as follows:-
    1)create a binary tree(not a binary search tree) in C using elements from a array[25] such that for...
  4. Thread: graphs

    by Animesh Gaitond
    Replies
    0
    Views
    891

    graphs

    please help me in writing a program for representing any graph in adjacency list and adjacency matrix.
  5. Replies
    2
    Views
    1,006

    algorithms

    i am currently studying algorithms which includes- time and space complexity, loop invarients ,pre-condition and post-condition,algoritms efficiency. please give me some useful links which have...
  6. Replies
    1
    Views
    2,761

    fscanf and fgetw

    suppose , i have a file containing some integers and strings , and i
    want a output containing integers seperated from string how should i use fscanf and fgetw functions.
    kindly guide

    for...
  7. Replies
    4
    Views
    2,260

    i m currently programming on fedora11 using gcc.

    i m currently programming on fedora11 using gcc.
  8. Replies
    15
    Views
    2,203

    precedence and associativity

    int x,a;
    a=1;
    x = a++ + a + ++a;
    printf("%d\n", x);

    The output for above expression is 4.
    please explain why?
  9. Replies
    4
    Views
    2,260

    file management in c

    hey guys, i m studying file management in c and i wanted to know the
    reference material and tutorials in files ,kindly help.post links related to files.
  10. Replies
    56
    Views
    7,896

    i tried my best but couldnt get it correctly.

    i tried my best but couldnt get it correctly.
  11. Replies
    56
    Views
    7,896

    what is the method used for reversing an array...

    what is the method used for reversing an array without using string library function?
  12. Replies
    56
    Views
    7,896

    how will you reverse the whole array?we are not...

    how will you reverse the whole array?we are not supposed to use string library functions
  13. Replies
    56
    Views
    7,896

    my logic was that - 1)since there is a space at...

    my logic was that - 1)since there is a space at the end of first name ,transfer the last character of 1st name into space ,transfer 2nd last char of name in original place of last character ,and...
  14. Replies
    56
    Views
    7,896

    what is the logic used for solving this...

    what is the logic used for solving this problem?we were asked to write this program in college
  15. Replies
    56
    Views
    7,896

    code for swapping name and surname

    Write a program to take input from the user in the following format,
    FIRSTNAME LASTNAME. Then swap the names such that the last name occurs first and the first name comes later i.e. LASTNAME...
Results 1 to 15 of 16