n=7623
{
temp=n/10;
result=temp*10+ result;
n=n/10
}
Answer Posted / shruti
the answer depends upon, to what value result is
initialised..
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is "Duff's Device"?
Explain how can you avoid including a header more than once?
Explain what is a program flowchart and explain how does it help in writing a program?
Why pointers are used?
write a c program to find the sum of five entered numbers using an array named number
Explain how can I avoid the abort, retry, fail messages?
Explain what math functions are available for integers? For floating point?
What are actual arguments?
What do you mean by c what are the main characteristics of c language?
What is the size of enum in c?
What is extern variable in c with example?
What is a null pointer in c?
What are the different types of linkage exist in c?
Why is c so powerful?
What is wrong in this statement?