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
Write program to remove duplicate in an array?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is identifiers in c with examples?
Who invented bcpl language?
plz let me know how to become a telecom protocol tester. thank you.
How can I manipulate individual bits?
What is const and volatile in c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is "Duff's Device"?
Write a program to use switch statement.
Describe the modifier in c?
what is event driven software and what is procedural driven software?