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
Why functions are used in c?
What is the difference between fread buffer() and fwrite buffer()?
What is the difference between GETS();AND SCANF();
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
What is declaration and definition in c?
What is the general form of a C program?
What will happen when freeing memory twice
progrem to generate the following series 1 12 123 1234 12345
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
how to impliment 2 or more stacks in a single dimensional array ?
can we access one file to one directory?
What are pointers? What are stacks and queues?