Answer Posted / arseneok
Write a program to simulate second clock. Put the 60 dots on
the circle with equal distance each other and mark them 0 to
59.n A second pointer is to shown with any symbol. Also
print the number of revolution made by second's pointer.
Does anyone has an idea?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I get back to the interactive keyboard if stdin is redirected?
In a byte, what is the maximum decimal number that you can accommodate?
What does %c do in c?
Describe the order of precedence with regards to operators in C.
Do pointers need to be initialized?
What is header file definition?
Write a program to print numbers from 1 to 100 without using loop in c?
Can you return null in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What are # preprocessor operator in c?
What is type qualifiers?
What is the significance of an algorithm to C programming?
What does the file stdio.h contain?
Can the sizeof operator be used to tell the size of an array passed to a function?
Explain how do you print only part of a string?