n=7623
{
temp=n/10;
result=temp*10+ result;
n=n/10
}

Answer Posted / vikesh

n=temp=762
the value of result depends on initial value of result

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you sort filenames in a directory?

594


How would you rename a function in C?

608


What is break statement?

619


Can one function call another?

619


What is the collection of communication lines and routers called?

604






what are the facialities provided by you after the selection of the student.

1648


What is the difference between the = symbol and == symbol?

615


If errno contains a nonzero number, is there an error?

789


What are static variables in c?

616


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1450


Explain Function Pointer?

675


How can I delete a file?

621


What is pointer and structure in c?

556


Is c high or low level?

569


What is malloc calloc and realloc in c?

651