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
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What are the 5 elements of structure?
How many main () function we can have in a project?
How do you list files in a directory?
Explain what is wrong with this program statement? Void = 10;
Why c is a procedural language?
I heard that you have to include stdio.h before calling printf. Why?
Who is the founder of c language?
What is wrong with this program statement? void = 10;
What are the advantages and disadvantages of a heap?
What are the types of type specifiers?
How is actual parameter different from the formal parameter?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Do pointers need to be initialized?
What are the types of arrays in c?