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 the use of getchar functions?


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

Post New Answer

More C Interview Questions

write a proram to reverse the string using switch case?

0 Answers   Syntel,


Explain enumerated types in c language?

0 Answers  


When the macros gets expanded?

0 Answers  


wap in c to accept n number display the highest and lowest value

2 Answers  


Can you explain the four storage classes in C?

0 Answers   TCS,


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


what is the difference between malloc() and calloc() function?

1 Answers  


FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?

4 Answers   Wipro,


advantages of pointers?

3 Answers  


What is the difference between scanf and fscanf?

0 Answers  


main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 Answers   ME,


Explain how do you override a defined macro?

0 Answers  


Categories