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


Please Help Members By Posting Answers For Below Questions

why we wont use '&' sing in aceesing the string using scanf

1774


Explain how can I convert a string to a number?

636


When is a “switch” statement preferable over an “if” statement?

639


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

601


Write a program for finding factorial of a number.

623






What is %s and %d in c?

584


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

646


Explain how can I avoid the abort, retry, fail messages?

581


Explain how do you determine whether to use a stream function or a low-level function?

616


Are bit fields portable?

669


Why c is called object oriented language?

574


What is the difference between NULL and NUL?

719


I have seen function declarations that look like this

589


How to explain the final year project as a fresher please answer with sample project

459


What is a static function in c?

610