n=7623
{
temp=n/10;
result=temp*10+ result;
n=n/10
}
Answer Posted / vignesh1988i
assuming that the variables that are used above are integers....
the result will be : depends on the user....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What are # preprocessor operator in c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is a list in c?
What is meant by errors and debugging?
What is #define in c?
What will be your course of action for a push operation?
What is non linear data structure in c?
Explain what is the heap?
i got 75% in all semester am i eligible for your company
Is exit(status) truly equivalent to returning the same status from main?
what are # pragma staments?
Differentiate between the expression “++a” and “a++”?
What is the advantage of c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;