Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 in C to reverse a number by recursive function?

1 Answers  


How pointer is different from array?

0 Answers  


what is the difference between c and c++?

7 Answers  


What is register variable in c language?

0 Answers  


#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


What's the right way to use errno?

0 Answers  


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

0 Answers  


what is c++ programming?

3 Answers   TCS,


What is abstract data structure in c?

0 Answers  


Which programming language is best for getting job 2020?

0 Answers  


What does double pointer mean in c?

0 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

4 Answers   CTS,


Categories