Answer Posted / sundar
a=a+b+c
b=a-(b+c)
c=a-(b+c)
a=a-(b+c)
| Is This Answer Correct ? | 89 Yes | 13 No |
Post New Answer View All Answers
What is advantage of pointer in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is bubble sort in c?
What is %d called in c?
What is the difference between far and near ?
Why do we need functions in c?
What does the && operator do in a program code?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is a structure in c language. how to initialise a structure in c?
What Is The Difference Between Null And Void Pointer?
What is #define size in c?
what does static variable mean?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Explain 'far' and 'near' pointers in c.