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


There is a number and when the last digit is moved to its
first position the resultant number will be 50% higher than
the original number.Find the number?



There is a number and when the last digit is moved to its first position the resultant number will..

Answer / rob

285714 and 571428 both work.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is use of malloc and calloc?

0 Answers  


what is recursion in C

0 Answers   Cap Gemini,


What is #include cctype?

0 Answers  


errors in computer programmes are called

1 Answers   NET,


Write a code to determine the total number of stops an elevator would take to serve N number of people.

0 Answers   Expedia,


What are the 32 keywords in c?

0 Answers  


A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


What functions are used for dynamic memory allocation in c language?

0 Answers  


How will you allocate memory to double a pointer?

1 Answers  


how to execute with out main in cprogram

15 Answers   Infosys,


To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.

4 Answers   Aricent,


what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


Categories