Bismillahir Rahmanir Rahim
Solution:
#include<stdio.h> #include<dos.h> void main() { struct time t; //iubatians.blogspot.com gettime(&t); printf("Current system time is in your Computer:\n"); printf("%d:%d:%d\n",t.ti_hour,t.ti_min,t.ti_sec); }
Learn all programming technology with easy way
#include<stdio.h> #include<dos.h> void main() { struct time t; //iubatians.blogspot.com gettime(&t); printf("Current system time is in your Computer:\n"); printf("%d:%d:%d\n",t.ti_hour,t.ti_min,t.ti_sec); }
Copyright © 2013 Take a new steps in programming world.