Sunday, September 25, 2011

Return current time

Return current time
=============
Macro: __TIME__
Return as: String
Example:
    # include<stdio.h>
    int main()
    {
    printf("Current time: %s",__TIME__);
    return 0;
    }

1 comment:

  1. Oaw! Onek valo to! Header file ki change hobe??

    ReplyDelete

Comment of this content!