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
Is sizeof a keyword in c?
What are the advantages and disadvantages of c language?
What are the 5 elements of structure?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What are comments and how do you insert it in a C program?
What extern c means?
How can you increase the size of a dynamically allocated array?
How do you write a program which produces its own source code as output?
Difference between macros and inline functions? Can a function be forced as inline?
What is register variable in c language?
How can I send mail from within a c program?
Is javascript based on c?
What is "Duff's Device"?
Can include files be nested?
Is c still relevant?