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
Explain the difference between getch() and getche() in c?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
Describe newline escape sequence with a sample program?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
How #define works?
What is memcpy() function?
What are the types of data files?
Explain how can I prevent another program from modifying part of a file that I am modifying?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What does *p++ do? What does it point to?