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

Answer Posted / vignesh1988i

assuming that the variables that are used above are integers....


the result will be : depends on the user....

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2226


What does %2f mean in c?

676


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

650


Explain what is the benefit of using enum to declare a constant?

592


Why we not create function inside function.

1753






WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER

1463


What is #define used for in c?

618


Why do we use stdio h and conio h?

641


What is the difference between array and linked list in c?

605


Write a code to determine the total number of stops an elevator would take to serve N number of people.

735


Explain how can a program be made to print the line number where an error occurs?

698


What does %p mean c?

634


Which is better oop or procedural?

636


What is structure padding in c?

632


Explain what is #line used for?

610