Sabtu, 13 April 2013

Single linked list


Look at this !

#include <iostream.h>
#include <conio.h>
#include <stdio.h>
#include <alloc.h>

struct simpul
{
int data;
struct simpul*next;
}*baru,*awal=NULL,*akhir=NULL,*hapus,*temp;

© Bella Yulianita 2012 | Blogger Template by Enny Law - Ngetik Dot Com - Nulis