n=7623
{
temp=n/10;
result=temp*10+ result;
n=n/10
}
Answer Posted / guest
3267
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
What is array of pointers to string?
Write a program to check whether a number is prime or not using c?
difference between Low, Middle, High Level languages in c ?
What is the -> in c?
Explain how can I make sure that my program is the only one accessing a file?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
code for find determinent of amatrix
What is a function in c?
What are the 4 types of functions?
What is pointer to pointer in c language?
What are formal parameters?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What are the c keywords?
Why isn't any of this standardized in c? Any real program has to do some of these things.