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
Write a program in c to replace any vowel in a string with z?
What is the g value paradox?
What is the basic structure of c?
Differentiate abs() function from fabs() function.
How can I change the size of the dynamically allocated array?
How the c program is executed?
What is floating point constants?
Is python a c language?
Why is c not oop?
What is a function simple definition?
What is #error and use of it?
What are the advantages of using Unions?
Is fortran faster than c?
What is a pointer in c plus plus?
Explain how do you convert strings to numbers in c?