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
What is quick sort in c?
Describe advantages and disadvantages of the various stock sorting algorithms
What does 3 mean in texting?
How does normalization of huge pointer works?
what is the use of c program?
4 Answers Synergy, Web Synergies,
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is the difference between null pointer and the void pointer?
Why do we need arrays in c?
Write a program to swap two numbers without using third variable in c?
what is the difference between strcpy() and memcpy() function?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'