Answer Posted / ilana
The target is a<-b b<-c c<- a
------------------------------------
a = a+b+c ; // a+b+c b c
c = c+b; // a+b+c b b+c
b = c-b; // a+b+c c b+c
c = a-c; // a+b+c c a
a = a-(b+c) // b c a
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
Tell me can the size of an array be declared at runtime?
What is a macro?
What are runtime error?
What is a const pointer in c?
Sir i need notes for structure,functions,pointers in c language can you help me please
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is an lvalue in c?
How does sizeof know array size?
Explain null pointer.
What is merge sort in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
When should the volatile modifier be used?
What functions are in conio h?
Distinguish between actual and formal arguments.
What is the basic structure of c?