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
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is the use of typedef in c?
Explain why c is faster than c++?
What are the uses of null pointers?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Which of these functions is safer to use : fgets(), gets()? Why?
What is a 'null pointer assignment' error?
Why do we use stdio h and conio h?
What are multibyte characters?
How do you define a function?
What is storage class?
What is the difference between strcpy() and memcpy() function in c programming?
Why c is a mother language?
What is a program?
What is getche() function?