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
How many keywords (reserve words) are in c?
how to count no of words,characters,lines in a paragraph.
When should a type cast be used?
How can you increase the size of a statically allocated array?
What is the use of header?
Is there sort function in c?
Between macros and functions,which is better to use and why?
Is c# a good language?
What functions are in conio h?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What are variables and it what way is it different from constants?
Explain how do you print only part of a string?
What is string constants?
write a program to generate address labels using structures?
What is actual argument?