node;

  1. arunks

    Hey i m getting only one error...Plz help to rectify that

    I m writing a program for various operations on linked list in C... Program is given below.. and i m getting one error and two warnings.. Plz see by executing it and help me to remove it and run the program successfully... #include<stdio.h> #include<conio.h> struct node { int info; struct node...
  2. S

    C++ Program Q.

    Can anyone tell me the program for DELETION FROM THE END IN LINKED LIST DYNAMICALLY ???? I need it urgently, since day after tomorrow is my board practical. Here's the program for DELETION FROM THE BEGINING, but i m not able to modify it for DELETION from THE END
Top Bottom