write a c program to add two integer numbers without using
arithmetic operator +
Answer Posted / mohith
a=0x08;
d=0x02;
e=a|d;
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
Why does not c have an exponentiation operator?
What does 4d mean in c?
What is a program flowchart and how does it help in writing a program?
What is openmp in c?
Can we use any name in place of argv and argc as command line arguments?
What is meant by gets in c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
write an algorithm to display a square matrix.
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Is null a keyword in c?
Why is extern used in c?
how to find anagram without using string functions using only loops in c programming
What is c value paradox explain?
Describe static function with its usage?
How to implement a packet in C