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


Write a program to check prime number in c programming?


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

Post New Answer

More C Interview Questions

what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


write a program that accepts 3 numbers from the user. dispaly the values in a descending order.

3 Answers  


Should a function contain a return statement if it does not return a value?

0 Answers  


what will be the output for the following main() { printf("hi" "hello"); }

5 Answers   RoboSoft,


who did come first hen or agg

15 Answers   Infosys,


Write a program in c to replace any vowel in a string with z?

0 Answers   IBS,


What are global variables and how do you declare them?

0 Answers  


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

7 Answers   AMCAT, HCL, Ramco, Zycus Infotech,


how to add numbers without using arithmetic operators.

14 Answers   TCS,


What are the types of bitwise operator?

0 Answers  


How can I change the size of the dynamically allocated array?

0 Answers  


What is string in c language?

0 Answers  


Categories