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 an arrays?

644


What is a example of a variable?

537


What are the 5 data types?

585


ATM machine and railway reservation class/object diagram

4792


C language questions for civil engineering

1233






What is the benefit of using const for declaring constants?

576


Why doesnt this code work?

609


What is void c?

558


What is the difference between functions getch() and getche()?

611


Explain how do you list files in a directory?

606


What is a good data structure to use for storing lines of text?

582


When c language was developed?

628


What is null character in c?

680


Why clrscr is used after variable declaration?

1029


Explain enumerated types in c language?

598