swap two integer variables without using a third temporary
variable?
Answer Posted / abhinav lohar
t=a;
a=b;
b=t;
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Is linux written in c?
What is difference between structure and union with example?
What is indirection in c?
What is the function of volatile in c language?
how many key words availabel in c a) 28 b) 31 c) 32
Can true be a variable name in c?
What is identifiers in c with examples?
List the difference between a "copy constructor" and a "assignment operator"?
What is structure and union in c?
Which driver is a pure java driver
What is the value of uninitialized variable in c?
Explain what are run-time errors?
Why we not create function inside function.
What is the right type to use for boolean values in c?
write a program to generate address labels using structures?