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
How to declare a variable?
What does 3 mean in texting?
Write a program to identify if a given binary tree is balanced or not.
Can you please explain the scope of static variables?
In c language can we compile a program without main() function?
Explain what is wrong with this program statement? Void = 10;
Explain spaghetti programming?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is spaghetti programming?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What are the different types of constants?
What is meant by operator precedence?
What is operator precedence?