n=7623
{
temp=n/10;
result=temp*10+ result;
n=n/10
}
Answer Posted / bobby shankar
it will display something garbage
because value of result is not
initialised .
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is && in c programming?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What does the function toupper() do?
What is typedf?
How can I pad a string to a known length?
praagnovation
What is difference between && and & in c?
What is the purpose of ftell?
How many types of operators are there in c?
can we have joblib in a proc ?
What is switch in c?
What is new line escape sequence?
How can you check to see whether a symbol is defined?
What is a memory leak? How to avoid it?