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
What is the difference between %d and %i?
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
What are extern variables in c?
What is the diffrent between while and do while statement ?
Why structure is used in c?
What does the c in ctime mean?
int far *near * p; means
Write a program on swapping (100, 50)
What are the advantages of Macro over function?
Explain how do you search data in a data file using random access method?
Where local variables are stored in c?
If null and 0 are equivalent as null pointer constants, which should I use?