How to add two numbers without using arithmetic operators?

Answer Posted / nitish

why cant we just or the two numbers

Is This Answer Correct ?    9 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Under what circumstances does a name clash occur?

698


Difference between linking and loading?

699


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

609


What does node * mean?

716


What is the best way to comment out a section of code that contains comments?

788






Why #include is used in c language?

605


What are all different types of pointers in c?

583


What is scope rule in c?

609


Explain how to reverse singly link list.

616


What is the difference between the expression “++a” and “a++”?

653


What is 1d array in c?

604


What is %d called in c?

765


How do you declare a variable that will hold string values?

674


How do you list files in a directory?

569


Difference between goto, long jmp() and setjmp()?

712