i need to show, the result like this...
------------------------------
example :
insert date 7/5/2000
insert date 1/3/1999
insert date 12/2/2003
the earliest date is 1/3/1999
-----------------------------
// this is my coding please correct... someone help...
#include <stdio.h>
#include <conio.h>
#define x 20
Use [_code_][/_code_] tags, please (without the underscores).
Did you design your program before starting to code it? Chances are, you didn't and now you've hit a wall. This reason alone should convince you to design programs prior to development. Go back, design your program, then re-write it. If you're still having trouble, post your design (flow chart) and we'll see what happens.
If this is homework, then I'm sure your tutor would like to see how your program works internally.