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
Why structure is used in c?
What does void main return?
Is there a way to compare two structure variables?
What is a file descriptor in c?
Explain what’s a signal? Explain what do I use signals for?
What are the 5 organizational structures?
How do you initialize pointer variables?
What is the most efficient way to store flag values?
Which function in C can be used to append a string to another string?
How is a structure member accessed?
What is extern storage class in c?
Explain the use of 'auto' keyword
What is use of integral promotions in c?
The statement, int(*x[]) () what does in indicate?
What are loops in c?