Search:

Type: Posts; User: shounakboss

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,029

    i am getting error Type mismatch in...

    i am getting error

    Type mismatch in redeclaraiton of 'swap'

    thanx a lot again ssharish
  2. Replies
    5
    Views
    1,029

    thanx a lot ssharish ... but i am getting error...

    thanx a lot ssharish ... but i am getting error in function swap ..... where i am declaring


    and calling it from


    is this correct ????
  3. Replies
    5
    Views
    1,029

    Error in program

    Here is my sample code... plz plz somebody help me with it... the error i am getting is for the function swap and i just need 2 call that....
    thanx a lot



    #include<stdio.h>
    #include<conio.h>...
  4. Replies
    3
    Views
    6,268

    Swap two nodes in linked list

    I want to swap two nodes of a linked list. Like if its 12 23 34 45 then i want result like 21 32 43 54..... if input is 12345 then output should be 21435. something like that...


    I have written...
Results 1 to 4 of 4