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

What is meant by preprocessor in c?

0 Answers  


What is an arrays?

0 Answers  


Why is c called a mid-level programming language?

0 Answers  


How can I sort a linked list?

0 Answers  


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

0 Answers  


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  


Is it possible to initialize a variable at the time it was declared?

0 Answers  


Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).

1 Answers  


Why is extern used in c?

0 Answers  


. Explain the differences between fork() and exec() in C

2 Answers  


which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


Difference between strcpy() and memcpy() function?

0 Answers  


Categories