Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Print Micro Seconds
#include <stdio.h> #include <windows.h> int main( void ) { SYSTEMTIME sys; while(1){ printf("TIMEļ¼\n"); GetLocalTime( &sys ); printf( "%4d/%02d/%02d %02d:%02d:%02d.%03d WEEK%1d\n", sys.wYear,sys.wMonth,sys.wDay,sys.wHour,sys.wMinute, sys.wSecond,sys.wMilliseconds,sys.wDayOfWeek); Sleep(1); system("cls"); } return 0; }
run
|
edit
|
history
|
help
0
Lior Yehieli Lesson
PART 2
json formatter
Simple interest
Sorting Character array using Qsort
is_there_segfault
cstructCricket
18BCE2182 ASSESS_1 Q1-7
a3 commented
Why &(a+1) is not allowed