Write a program to exchange two variaables without temp
Answer Posted / vijay
Sir,... im not comfortable with the 2nd ans cud pls explain
me .?????/
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is bubble sort in c?
How can I use a preprocessorif expression to ?
What are variables c?
What is the difference between constant pointer and constant variable?
Why do we use int main?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Is return a keyword in c?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
How a string is stored in c?
Why is c so popular?
What is the g value paradox?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What does the c in ctime mean?
What is structure in c explain with example?
What is indirection in c?