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
Wt are the Buses in C Language
Why enum is used in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
write a programming in c to find the sum of all elements in an array through function.
Explain the use of keyword 'register' with respect to variables.
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Lists the benefits of c programming language?
What is the size of empty structure in c?
What is zero based addressing?
How many keywords (reserve words) are in c?
Why is sprintf unsafe?
Explain what are compound statements?
What is exit() function?
What are the scope of static variables?
What is variables in c?