How do we swap or interchange any 2 numbers without using
Temporary variable...Anybody can pls answer it.. Thanks in
Advance
Answer Posted / mangala pandi
Logically it is not possible. so your question is worng.
| Is This Answer Correct ? | 1 Yes | 15 No |
Post New Answer View All Answers
What does c mean before a date?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What is volatile, register definition in C
Difference between linking and loading?
Can a variable be both constant and volatile?
What header files do I need in order to define the standard library functions I use?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Explain high-order and low-order bytes.
What is p in text message?
What is meant by gets in c?
Explain c preprocessor?
Describe wild pointers in c?
What is dynamic memory allocation?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
how to print the character with maximum occurence and print that number of occurence too in a string given ?