n=7623
{
temp=n/10;
result=temp*10+ result;
n=n/10
}
Answer Posted / shruti
the answer depends upon, to what value result is
initialised..
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is d'n in c?
What are inbuilt functions in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Which is better pointer or array?
What are pointers? Why are they used?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What does stand for?
Tell me can the size of an array be declared at runtime?
what are enumerations in C
What is array of pointers to string?
What is the difference between text files and binary files?
What is the use of getchar() function?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is the newline escape sequence?