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
Why is sizeof () an operator and not a function?
Explain what is the advantage of a random access file?
Is struct oop?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Is a house a shell structure?
What are global variables and how do you declare them?
What is difference between structure and union?
How can you determine the maximum value that a numeric variable can hold?
Does c have function or method?
Explain what’s a signal? Explain what do I use signals for?
When would you use a pointer to a function?
What is union in c?
how to construct a simulator keeping the logical boolean gates in c
What is indirection? How many levels of pointers can you have?