how to swap two integers 1 and 32767 without using third
variable
Answer Posted / usama
take two var a , b
a=a+b;
b=a-b;
a=a-b;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Why is c called a structured programming language?
What is c mainly used for?
can we implement multi-threads in c.
Why can’t we compare structures?
Is c is a middle level language?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
how is the examination pattern?
What is the newline escape sequence?
What are local variables c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is %lu in c?
is it possible to create your own header files?
what is ur strangth & weekness
What is 2 d array in c?
How do you list files in a directory?