Answer Posted / raja
a^=b^=a^=b;
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain how do you print only part of a string?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Can you assign a different address to an array tag?
What is wrong in this statement?
What do you mean by a sequential access file?
How many header files are in c?
What is use of pointer?
Difference between macros and inline functions? Can a function be forced as inline?
What is the correct declaration of main?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is linear search?
please give me some tips for the placement in the TCS.
What is the role of this pointer?
Is there a way to compare two structure variables?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?