Program to simulate second clock

Answers were Sorted based on User's Feedback



Program to simulate second clock..

Answer / 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

Program to simulate second clock..

Answer / visitor

I think we must use nested for loop, with gotoxy function in
it. But i don't know how to apply this theory.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Write a program using bitwise operators to invert even bits of a given number.

2 Answers  


what is printf

5 Answers   MVSR, Satyam,


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

0 Answers  


Explain what is a program flowchart and explain how does it help in writing a program?

0 Answers  


2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.

5 Answers   TCS,






Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.

8 Answers  


How can I implement a delay, or time a users response, with sub-second resolution?

0 Answers  


Explain the concept and use of type void.

0 Answers  


shorting algorithmS

0 Answers   Wipro,


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,


What is a list in c?

0 Answers  


what is the importance of spanning tree?

0 Answers  


Categories