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...


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.. :(


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is a global variable in c?

0 Answers  


for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????

8 Answers  


What is the use of c language in real life?

0 Answers  


Explain the difference between exit() and _exit() function?

0 Answers  


How do you convert strings to numbers in C?

0 Answers  


Explain the red-black trees?

0 Answers  


void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


to find the closest pair

0 Answers   Infosys,


What is property type c?

0 Answers  


What is static and auto variables in c?

0 Answers  


What is the Lvalue and Rvalue?

2 Answers  


6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


Categories