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 is c not oop?
Hi can anyone tell what is a start up code?
What are structure members?
program for reversing a selected line word by word when multiple lines are given without using strrev
What are identifiers in c?
In C programming, what command or code can be used to determine if a number of odd or even?
Explain the array representation of a binary tree in C.
How many types of arrays are there in c?
How can you determine the maximum value that a numeric variable can hold?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Where register variables are stored in c?
Write a c program to demonstrate character and string constants?
Explain why can’t constant values be used to define an array’s initial size?
When c language was developed?
Can we declare variables anywhere in c?