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
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What is non linear data structure in c?
How do we make a global variable accessible across files? Explain the extern keyword?
which is an algorithm for sorting in a growing Lexicographic order
What does stand for?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What are local variables c?
how we can make 3d venturing graphics on outer interface
What is meant by int main ()?
What is meant by preprocessor in c?
List some applications of c programming language?
What is #pragma statements?
What is #include stdlib h?
What is declaration and definition in c?
Is c pass by value or reference?