Add Two Numbers Without Using the Addition Operator


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write a program to display the frequency of each element in a given array in c language

1 Answers  


Is there a way to compare two structure variables?

0 Answers  


What does printf does?

0 Answers  


what is the use of call back function in c?tell me with example

2 Answers   Bosch,


long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 Answers   Acropolis, HCL, Intel, TCS,


Explain the ternary tree?

0 Answers  


How can I read a directory in a c program?

1 Answers   CSC,


fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


what is the size of an integer variable?

4 Answers  


how to add numbers without using arithmetic operators.

14 Answers   TCS,


Which one would you prefer - a macro or a function?

0 Answers  


n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }

7 Answers   Wipro,


Categories