how to swap two integers 1 and 32767 without using third
variable
Answer Posted / sathwika
a=b-a;
b=b-a;
a=a+b;
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Can you please explain the difference between syntax vs logical error?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is return in c programming?
Which is better malloc or calloc?
What is the advantage of c?
what is the function of pragma directive in c?
How do you define structure?
What is define c?
What is use of pointer?
What is difference between union and structure in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What is bubble sort technique in c?
What is the use of c language in real life?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What are the applications of c language?