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?
Answer Posted / rob
285714 and 571428 both work.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between null and void pointers.
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Which driver is a pure java driver
Why doesn't C support function overloading?
What are global variables and how do you declare them?
What is this pointer in c plus plus?
Here is a neat trick for checking whether two strings are equal
I need testPalindrome and removeSpace
#include
Why is %d used in c?
Explain how can I read and write comma-delimited text?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is preprocessor with example?
What is a pointer and how it is initialized?
How do you search data in a data file using random access method?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above