+ 1
How to print analog clock using c
To print a analog clock and work it
3 Answers
+ 6
Without a graphics library it's going to be a tough job.
+ 2
Ok thanks for answer
+ 1
#include<stdio.h>
Int main()
{
printf("analog clock");
}
To print a analog clock and work it