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


What are the loops in c?


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

Post New Answer

More C Interview Questions

a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'

2 Answers  


what is the code to display color fonts in the output?

1 Answers  


main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }

1 Answers  


When the macros gets expanded?

0 Answers  


What is the difference between exit() and _exit()?

2 Answers  


logic for x=y^n

1 Answers   Delphi,


ASCII stands for

1 Answers  


What is Memory leakage ?

2 Answers   HCL,


Explain what are the advantages and disadvantages of a heap?

0 Answers  


What type of function is main ()?

0 Answers  


How do I convert a string to all upper or lower case?

0 Answers  


what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


Categories