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

Answer Posted / bobby shankar

it will display something garbage
because value of result is not
initialised .

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

617


Is multithreading possible in c?

572


Explain about C function prototype?

613


What are the different file extensions involved when programming in C?

764


What is extern c used for?

571






Is sizeof a keyword in c?

586


What is operator promotion?

633


Are the variables argc and argv are always local to main?

576


What is the use of sizeof () in c?

562


Is there a built-in function in C that can be used for sorting data?

749


Here is a neat trick for checking whether two strings are equal

568


What is the main difference between calloc () and malloc ()?

576


What are the disadvantages of a shell structure?

697


What is the description for syntax errors?

619


Is int a keyword in c?

559