#include<stdio.h>
#include<conio.h>
#include<dos.h>
void main()
{
struct date d;
clrscr();
getdate(&d);
printf("The current date is %d /%d / %d\n",d.da_day,d.da_mon,d.da_year);
getch();
|
Active Topics:
|


Return to Computer Notes : Some Sample Programs
Users browsing this forum: No registered users and 0 guests