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 the difference between array and pointer in c?
How would you rename a function in C?
What does void main return?
Does c have function or method?
What does. int *x[](); means ?
Is the exit() function same as the return statement? Explain.
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is an array in c?
What are the different data types in C?
Describe the steps to insert data into a singly linked list.
Why is void main used?
What is quick sort in c?
What are the usage of pointer in c?
What is the c language function prototype?
What is floating point constants?