How to print analog clock using c | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to print analog clock using c

To print a analog clock and work it

6th Nov 2020, 10:19 AM
Manish Nishad
Manish Nishad - avatar
3 Answers
+ 6
Without a graphics library it's going to be a tough job.
6th Nov 2020, 10:23 AM
Sonic
Sonic - avatar
+ 2
Ok thanks for answer
6th Nov 2020, 10:28 AM
Manish Nishad
Manish Nishad - avatar
+ 1
#include<stdio.h> Int main() { printf("analog clock"); }
6th Nov 2020, 12:28 PM
Arsenic
Arsenic - avatar