n=7623
{
temp=n/10;
result=temp*10+ result;
n=n/10
}
Answer Posted / arif shaik
The variables n,tempand result what type data it may be?,It
first Displays an error "Statement missing ; in function
main". If it is rectified then the answer should depends on
data type of that variables and their initialized values.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
provide an example of the Group by clause, when would you use this clause
What is restrict keyword in c?
How would you rename a function in C?
Can a function argument have default value?
Stimulate calculator using Switch-case-default statement for two numbers
Why doesnt this code work?
Why should I use standard library functions instead of writing my own?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is infinite loop?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Explain what is the benefit of using const for declaring constants?
What is the use of bit field?
How can I remove the trailing spaces from a string?
Why is c used in embedded systems?
What are the uses of null pointers?