wat are the two methods for swapping two numbers without
using temp variable??
Answer Posted / abhishek karnani
int a=10,b=5;
a=a+b-(b=a);
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the types of unary operators?
Why functions are used in c?
What is a lookup table in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is external variable in c?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is the difference between typedef and #define?
Why c is procedure oriented?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
How do you list a file’s date and time?
What are the advantages of Macro over function?
What is a volatile keyword in c?
Describe the order of precedence with regards to operators in C.
What is a stream in c programming?