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 are identifiers c?
HOW TO HANDLE EXCEPTIONS IN C
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
What is difference between static and global variable in c?
How do you override a defined macro?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
What is zero based addressing?
What is string in c language?
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
How to throw some light on the b tree?