Program to simulate second clock
Answers were Sorted based on User's Feedback
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 |
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 |
what does ‘#include’ mean?
write a program to print infinte number
What are header files? What are their uses?
Explain what is meant by 'bit masking'?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
What is equivalent to ++i+++j?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
What is ctrl c called?
program in c to print 1 to 100 without using loop