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
What are the 5 data types?
What is dynamic memory allocation?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
How would you obtain the current time and difference between two times?
Explain about the functions strcat() and strcmp()?
What is wrong with this program statement? void = 10;
Difference between goto, long jmp() and setjmp()?
What is array of structure in c?
What is pragma in c?
When would you use a pointer to a function?
What's the total generic pointer type?
write a c program in such a way that if we enter the today date the output should be next day's date.
I heard that you have to include stdio.h before calling printf. Why?
What is a program?
Why enum is used in c?