How to add two numbers without using arithmetic operators?
Answer Posted / pradeep
prashant answer is wrong suppose add two similar numbers
prashant answers will fail because addtion of two similar
bits according to the bitwise xor fails.
| Is This Answer Correct ? | 17 Yes | 10 No |
Post New Answer View All Answers
how can I convert a string to a number?
Write a program to find factorial of a number using recursive function.
C program to find all possible outcomes of a dice?
What is use of pointer?
formula to convert 2500mmh2o into m3/hr
Explain 'far' and 'near' pointers in c.
Explain what is the advantage of a random access file?
How can I get random integers in a certain range?
Are c and c++ the same?
What is the use of sizeof () in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
How do I send escape sequences to control a terminal or other device?
How can I pad a string to a known length?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
How can you be sure that a program follows the ANSI C standard?