how to swap 4 number without using temporary number?
Answer Posted / sandeep
a=a^b;
b=a^b;
a=a^b;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a c token and types of c tokens?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Where in memory are my variables stored?
explain what are pointers?
How many types of sorting are there in c?
How does normalization of huge pointer works?
What is the -> in c?
What are the types of i/o functions?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Is it possible to initialize a variable at the time it was declared?
What is array of pointers to string?
How can you tell whether two strings are the same?
What is a void pointer in c?
What is wrong in this statement?