If a five digit number is input through the keyboard, write a
program to print a new number by adding one to each of its
digits.For example if the number that is input is 12391 then
the output should be displayed as 23402
No Answer is Posted For this Question
Be the First to Post Answer
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
What is the difference between scanf and fscanf?
What are the preprocessor categories?
Where static variables are stored in memory in c?
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
What is indirect recursion? give an example?
What is the process to generate random numbers in c programming language?
write a program in C to swap two variables
How would you sort a linked list?
List the difference between a "copy constructor" and a "assignment operator"?
an algorithem for the implementation of circular doubly linked list
What is the return type of sizeof?