n=7623
{
temp=n/10;
result=temp*10+ result;
n=n/10
}
Answer Posted / guest
3267
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
Where in memory are my variables stored?
Can you please explain the difference between exit() and _exit() function?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Are there constructors in c?
What is the use of define in c?
Can we add pointers together?
What is the use of sizeof?
What does %d do in c?
Subtract Two Number Without Using Subtraction Operator
What is keyword in c?
What are pointers? What are stacks and queues?
what are enumerations in C
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the significance of c program algorithms?
What are different types of operators?