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

Post New Answer

More C Interview Questions

What is the difference between %d and %i?

0 Answers  


i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement

5 Answers  


What are extern variables in c?

0 Answers  


What is the diffrent between while and do while statement ?

6 Answers  


Why structure is used in c?

0 Answers  


What does the c in ctime mean?

0 Answers  


int far *near * p; means

0 Answers   Honeywell,


Write a program on swapping (100, 50)

0 Answers   BPL,


What are the advantages of Macro over function?

1 Answers  


Explain how do you search data in a data file using random access method?

0 Answers  


Where local variables are stored in c?

0 Answers  


If null and 0 are equivalent as null pointer constants, which should I use?

0 Answers  


Categories