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 is getch c?


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

Post New Answer

More C Interview Questions

main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

4 Answers   CitiGroup,


#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }

3 Answers   Zoho,


Method Overloading exist in c ?

3 Answers   Wipro,


how to copy a string without using c function

5 Answers  


What is the purpose of main() function?

0 Answers  


What is indirect recursion? give an example?

4 Answers  


Code for calculating square root without using library function, of math.h

4 Answers   IBM,


Does c have function or method?

0 Answers  


When should a far pointer be used?

0 Answers   Aspire, Infogain,


What is the size of empty structure in c?

0 Answers  


What is the difference between procedural and declarative language?

0 Answers  


Explain what is the most efficient way to store flag values?

0 Answers  


Categories