hi..u wanted 2 know abt system time..
  here is ur ans..
   
  #include <stdio.h>
  #include <time.h>
   
  int main(void)
  {
     time_t t;
   
     time(&t);
     printf("Today's date and time: %s\n", ctime(&t));
     return 0;
  }
   
   
  for more ref. go  through any  manual..

                                
---------------------------------
 Jiyo cricket on Yahoo! India cricket
Yahoo! Messenger Mobile Stay in touch with your buddies all the time.

[Non-text portions of this message have been removed]



>-----------------------------------------~-~>
CHECK THE ARCHIVE BEFORE POSTING!!!! Archive is available at 
http://www.eScribe.com/software/C-Paradise/

>------------------------------------------_->


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/C-Paradise/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to