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


Please Help Members By Posting Answers For Below Questions

What is mean by data types in c?

557


What are the types of data structures in c?

606


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

585


What is calloc() function?

627


If you know then define #pragma?

678






Explain union. What are its advantages?

621


Explain the use of keyword 'register' with respect to variables.

593


What is far pointer in c?

815


What are volatile variables in c?

525


What are the types of arrays in c?

627


What are lookup tables in c?

552


What is actual argument?

593


Write a program to know whether the input number is an armstrong number.

675


What is static function in c?

639


How do you view the path?

672