Answer Posted / raja
a^=b^=a^=b;
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How can a program be made to print the line number where an error occurs?
Who is the founder of c language?
What are data structures in c and how to use them?
What are the 5 organizational structures?
What is memcpy() function?
What is hash table in c?
What is c preprocessor mean?
Why should I use standard library functions instead of writing my own?
Differentiate between null and void pointers.
What is "Duff's Device"?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Why is it important to memset a variable, immediately after allocating memory to it ?
What functions are used for dynamic memory allocation in c language?
What is anagram in c?
what is the difference between 123 and 0123 in c?