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
Why clrscr is used after variable declaration?
How important is structure in life?
will u please send me the placement papers to my mail???????????????????
Explain union. What are its advantages?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
Why is a semicolon (;) put at the end of every program statement?
If null and 0 are equivalent as null pointer constants, which should I use?
What is derived datatype in c?
a c code by using memory allocation for add ,multiply of sprase matrixes
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is pointer to pointer in c with example?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Function calling procedures? and their differences? Why should one go for Call by Reference?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.