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

Stimulate calculator using Switch-case-default statement for two numbers

2458


Why is c so important?

606


What is meant by gets in c?

615


Why void main is used in c?

566


What are local static variables? How can you use them?

653






Write a code to generate a series where the next element is the sum of last k terms.

744


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

1436


What do the functions atoi(), itoa() and gcvt() do?

732


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1600


How can you find the day of the week given the date?

625


What are the types of macro formats?

617


Is swift based on c?

649


What is the basic structure of c?

567


Is c procedural or functional?

595


What is formal argument?

659