How to add two numbers without using arithmetic operators?

Answer Posted / kiran

Please explain me the code

Is This Answer Correct ?    42 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Add Two Numbers Without Using the Addition Operator

546


How many header files are in c?

736


Why do some versions of toupper act strangely if given an upper-case letter?

827


develop algorithms to add polynomials (i) in one variable

1930


Is there a way to switch on strings?

813


can anyone suggest some site name..where i can get some good data structure puzzles???

1836


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

2076


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2639


Explain what are multibyte characters?

855


What are volatile variables in c?

693


What does do in c?

783


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

837


Difference between MAC vs. IP Addressing

831


Explain about C function prototype?

803


What does printf does?

959