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

How can I recover the file name given an open stream or file descriptor?

0 Answers  


Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates

3 Answers  


Write a C program to count the number of email on text

0 Answers  


What is data structure in c language?

0 Answers  


Please list all the unary and binary operators in C.

3 Answers  






find largest element in array w/o using sorting techniques.

3 Answers   Zycus Infotech,


write a program to arrange the contents of a 1D array in ascending order

4 Answers  


When should a type cast be used?

0 Answers  


What are the different types of objects used in c?

0 Answers  


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


int x=sizeof(!5.856); What will value of variable x?

2 Answers  


Write a C program to print 1 2 3 ... 100 without using loops?

15 Answers   Hindalco,


Categories