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

34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?

3 Answers  


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


What is character set?

0 Answers  


write a c program to add two integer numbers without using arithmetic operator +

13 Answers   Value Labs,


What are enumerated types?

0 Answers  






"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.

11 Answers   ABC Infotech, ADP, College School Exams Tests, Kovair,


What is the scope of an external variable in c?

0 Answers  


Can we declare a function inside a function in c?

0 Answers  


I heard that you have to include stdio.h before calling printf. Why?

0 Answers  


write a program to print %d ?

12 Answers  


What are header files and what are its uses in C programming?

0 Answers  


write a c program that prints all multiples of 3between 1 and 50.

5 Answers  


Categories